cosmopolitan/examples/hello.js

3 lines
77 B
JavaScript
Raw Normal View History

2020-06-15 14:18:57 +00:00
NativePrint('Hello world!\n');
NativePrint('2+3=' + NativeAdd(2, 3) + '\n');