complier/examples/helloworld.x
2026-07-30 03:35:16 -04:00

6 lines
87 B
Plaintext

include <io>
public static void main() {
io.println("Hello World!");
return;
}