Files

8 lines
112 B
Plaintext

//ww:run-exit 42
package main;
import log;
export fn main() i32 = {
log.println("hello");
return 42;
};