Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BogdanHabic/2f0d05a348524faa62b71166337a6f28 to your computer and use it in GitHub Desktop.
Save BogdanHabic/2f0d05a348524faa62b71166337a6f28 to your computer and use it in GitHub Desktop.
var Calculator = artifacts.require('Calculator');
module.exports = function (deployer) {
deployer.deploy(Calculator);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment