var SuchWowX = artifacts.require("SuchWowX");
module.exports = function(deployer) {
deployer.deploy(SuchWowX);
};