Files
hakorune/examples/semantics_test_extern.hako

8 lines
146 B
Plaintext

// Semantics test - ExternCall (console.log)
static box Main {
main() {
print("Hello from semantics test!")
return 42
}
}