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

Xarn [Part 1]

Name: Anonymous 2008-06-12 13:12

#include <xarn.h>

char xarn[] = "Xarn";

int main(int xarnc, char **xarnv){
    printf("%s\n", xarn);
    return EXIT_XARN;
}

Name: Anonymous 2008-06-12 18:19

/*
 * Copyright (c) 2008 Xarn
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to
 * deal in the Software without restriction, including without limitation the
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 * sell copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 * IN THE SOFTWARE.
 */

#include <stdio.h>

int main (int argc, char** argv) {
    printf("'-._                  ___.....___\n");
    printf("    `.__           ,-'        ,-.`-,\n");
    printf("        `''-------'          ( p )  `._\n");
    printf("                              `-'      ");
    printf(argc > 1 && strcmp(argv[1], "--classic") == 0 ? "\\" : "(");
    printf("\n                                        \\\n");
    printf("                              .         \\\n");
    printf("                               \\---..,--'\n");
    printf("   ................._           --...--,\n");
    printf("                     `-.._         _.-'\n");
    printf("                          `'-----''\n");

    return 0;
}

Name: Anonymous 2008-06-12 18:23

>>10
This program doesn't comply to the MVC paradigm. Please refactor it.

Name: Anonymous 2008-06-12 18:55

>>11
ahahaha. /prog/ is funny today. or maybe it's just one witty poster

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