view src/test.c @ 0:bb756f67f264

start cospy
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 07 Sep 2010 09:49:12 +0800
parents
children 8855f7d934ae
line wrap: on
line source

#include <stdio.h>

int
main(int argc, const char *argv[]) {
    printf("test\n");
    return 0;
}