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

Curly braces

Name: Anonymous 2011-04-21 23:28

RITE
int main() {
    if (hurr) return durr;

    return OHGODHOWDIDTHISGETHEREIAMNOTGOODWITHCOMPUTER;
}


RONG
int main()
{
    if (hurr)
    {
        return durr;
    }

    return OHGODHOWDIDTHISGETHEREIAMNOTGOODWITHCOMPUTER;
}


excessive whitespace == unreadable

Name: Anonymous 2011-04-22 5:02

>>9
Yeah, it's nice, but I don't like how you put the "int" and "main" to different lines.

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