xlang/test/42.x

4 lines
29 B
Plaintext
Raw Normal View History

2023-01-07 07:54:53 +00:00
main() : int {
print 42;
}