Actions

NoSQL Zoo: Difference between revisions

From NoSQLZoo

Line 7: Line 7:
<div class=ans>
<div class=ans>
print "Hello world"
print "Hello world"
</div>
</div>
==Run Node.js Programs from your browser==
<div class=q data-lang="js">
Click the go button
<div class=def>
console.log("Hello");
</div>
<div class=ans>
console.log("Hello World");
</div>
</div>
</div>
</div>

Revision as of 12:54, 10 July 2015

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");

Getting started

  • You have been served by: dill