elysium/example/test.lang

6 lines
48 B
Plaintext
Raw Normal View History

2024-03-29 15:16:00 +01:00
module sus;
(u8, u8) a() {
return 1u8, 2u8;
}