Files
one/test.one
2026-02-02 19:34:10 +01:00

4 lines
48 B
Plaintext

fn bool singledigit(int x) {
return x < 10;
}