mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 02:32:27 +00:00
parent
1c9065510f
commit
f3baa05195
2 changed files with 14 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
NativePrint('Hello world!\n');
|
||||
NativePrint('2+3=' + NativeAdd(2, 3) + '\n');
|
||||
console.log('Hello world!\n');
|
||||
console.log('2+3=' + NativeAdd(2, 3) + '\n');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue