8 lines
145 B
Mathematica
8 lines
145 B
Mathematica
print "dingusify";
|
|
let str bingus "heheheha its bingusing time";
|
|
print bingus;
|
|
print 1 + 1;
|
|
let int myInt 3;
|
|
print myInt;
|
|
myInt = 5;
|
|
print myInt; |