3 lines
97 B
Text
3 lines
97 B
Text
import <Utilities/Conversion.sl>;
|
|
|
|
main(args(2)) := stringToInt(args[1]) + stringToInt(args[2]);
|