Files
pl/example.rx
2026-01-03 15:02:26 +01:00

3 lines
36 B
Rexx

fn main() {
putchar(3 * 3 + 1)
}