mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
f3baa05195
Fixes #69
2 lines
77 B
JavaScript
2 lines
77 B
JavaScript
console.log('Hello world!\n');
|
|
console.log('2+3=' + NativeAdd(2, 3) + '\n');
|