mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
This PR adds support for the Mojo programming language. Explicitly tested viewing the generated assembly, LLVM IR, and running the generated executable.
3 lines
41 B
Mojo
3 lines
41 B
Mojo
fn square(n: Int) -> Int:
|
|
return n * n
|