Did stuff

This commit is contained in:
2017-04-03 09:24:31 +01:00
parent 26718bc39f
commit d9efbf4c43
7 changed files with 97 additions and 13 deletions

View File

@ -33,8 +33,8 @@ module.exports = {
}
if(!require("./util/coPrime.js")(a, 26)){
throw "a and 26 must be coprime";
return "";
console.log(a, 26, "not coprime");
}
var lookupTable = [];

View File

@ -2,7 +2,8 @@ module.exports = {
name: "Output",
inputs: {
input: {
name: "Input"
name: "Input",
type: "text"
}
},
output: false,