Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I do this

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.

Name: Anonymous 2016-11-17 22:32

I do this:
#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

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List