parser/c_compiler/test/test.c
author Emilio Largo <largo@largo.homelinux.org>
Thu, 16 Apr 2009 12:49:12 +0200
changeset 44 bb6586b1c547
parent 40 be3f5582b839
child 77 49e0babccb23
permissions -rw-r--r--
md5.c renamed to md5rec.c committer: Markus Bröker <mbroeker@largo.homelinux.org>

#include <stdio.h>
#include <stdlib.h>

int main (int argc, char **argv)
{
    FILE *fp;

    printf ("Hello, world\n");
    printf ("....\v....\f....\n");

    return EXIT_SUCCESS;
}