Files
Noja/examples/hello-world.njbc
T
2022-08-11 22:31:26 +02:00

6 lines
80 B
Plaintext

PUSHSTR "Hello, world!\n";
PUSHVAR "print";
CALL 1, 1;
POP 1;
RETURN 0;