Hello world - semahawk/nemo GitHub Wiki
The very most basic hello world in Nemo looks like this:
print "hello, world\n";
Note that print
doesn't print the newline by itself.
The very most basic hello world in Nemo looks like this:
print "hello, world\n";
Note that print
doesn't print the newline by itself.