A go program which takes in two arguments that should both be integers and outputs a json object containing one key "result".
imightbeinatree/multiply
A go program which takes in two arguments that should both be integers, program multiplies the two numbers and outputs a json object containing one key "result".
Go