Skip to content

Instantly share code, notes, and snippets.

@kmsheng
Created March 31, 2019 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmsheng/de8bd1be170475e77251f8e2342ed0b8 to your computer and use it in GitHub Desktop.
Save kmsheng/de8bd1be170475e77251f8e2342ed0b8 to your computer and use it in GitHub Desktop.
const add = require('./add');
console.log(`1 + 1 = ${add(1, 1)}`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment