Files
hakorune/test_return_42.nyash
2025-08-18 09:14:39 +00:00

5 lines
56 B
Plaintext

static box Main {
main() {
return 42
}
}