view test.c @ 16:ec57fdd8c880

add test.c
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Fri, 19 Feb 2010 06:59:54 +0900
parents
children 97fda82e4b50 d8872ceae3e3
line wrap: on
line source

#include <stdio.h>

int main(int argc, char *argv[]) {
	return 0;
}