5 lines
87 B
Mathematica
5 lines
87 B
Mathematica
print "dingusify";
|
|
let str bingus "heheheha its bingusing time";
|
|
print bingus;
|
|
exit 0;
|