Main Page
From NoSQLZoo
Revision as of 12:54, 10 July 2015 by 40166222 (talk | contribs) (→Run Python Programs from your browser)
Run Python Programs from your browser
Click the go button
print "Hello"
print "Hello world"
Run Node.js Programs from your browser
Click the go button
console.log("Hello");
console.log("Hello World");