Difference between revisions of "Main Page"
From NoSQLZoo
Line 3: | Line 3: | ||
<div class=q data-lang="js"> | <div class=q data-lang="js"> | ||
Click the go button | Click the go button | ||
− | <source lang=' | + | <source lang='python' class=def> |
console.log("Hello"); | console.log("Hello"); | ||
</source> | </source> |
Revision as of 12:19, 13 July 2015
Run Node.js Programs from your browser
Click the go button
console.log("Hello");
console.log("Hello World");
Run Python Programs from your browser
Click the go button
print "Hello"
print "Hello world"