Files
Comet/test.comet

5 lines
76 B
Plaintext
Raw Normal View History

2026-05-02 08:34:04 +10:00
func main() -> int {
2026-05-02 11:35:50 +10:00
int x = 123
print("x = %d\n", x)
2026-05-02 11:18:21 +10:00
return 0
2026-05-02 08:34:04 +10:00
}