Dev Checkpoint 201906252210

This commit is contained in:
Chris Walker 2019-06-25 22:10:46 -06:00
commit 2c2e638d89
4 changed files with 21 additions and 9 deletions

View file

@ -1,5 +1,3 @@
var example = require("example");
function callback(msg) { console.log(msg); }
example.num_to_string(callback);
console.info("My magic number is: ", example.magicNumber());