mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-05 07:18:46 +00:00
2 lines
77 B
JavaScript
2 lines
77 B
JavaScript
NativePrint('Hello world!\n');
|
|
NativePrint('2+3=' + NativeAdd(2, 3) + '\n');
|