reid-llvm/examples/reid/easy.reid

5 lines
71 B
Plaintext
Raw Normal View History

2023-07-27 16:40:12 +02:00
// Arithmetic, function calls and imports!
2023-08-02 23:53:39 +02:00
fn main() {
return 5;
2023-08-02 23:53:39 +02:00
}