cosmopolitan/examples/hello.js
2020-06-15 07:18:57 -07:00

2 lines
77 B
JavaScript

NativePrint('Hello world!\n');
NativePrint('2+3=' + NativeAdd(2, 3) + '\n');