Files
rifle/sample/prototype.rifle
2026-02-13 23:45:01 -05:00

7 lines
66 B
Plaintext

// Prototype
.pf main() : u32;
.f main() : u32 {
return 0;
}