changeset 16:ec57fdd8c880

add test.c
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Fri, 19 Feb 2010 06:59:54 +0900
parents 3eea721482e7
children 97fda82e4b50 d8872ceae3e3
files test.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.c	Fri Feb 19 06:59:54 2010 +0900
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+int main(int argc, char *argv[]) {
+	return 0;
+}