Name: Anonymous 2016-11-17 14:54
return(EXIT_SUCCESS)
And I don't care if you don't like it. It doesn't violate the standard. All you
return EXIT_SUCCESS
jerks can suck it. return(EXIT_SUCCESS)
return EXIT_SUCCESS
jerks can suck it. #include "project.h"
STDSTART
string name = newArray(u8, 200);
print("What is your name?");
input("%s", name);
print("Hello %s!", name);
print("My favorite number is %d!", randInt(1,100));
free(name);
STDEND