Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr committed Apr 8, 2015
1 parent 3dce327 commit 86fdca4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.js
@@ -1,2 +1,3 @@
console.log("insert app.js here, be sure to include all the js libraries ever.");
// TODO: write the rest of app.js
// Run some python
var execSync = require('child_process').execSync;
process.stdout.write(execSync('python -c "print(\'hello world\')"').toString());

0 comments on commit 86fdca4

Please sign in to comment.