diff hello_mod.c @ 0:e59ebf6fe2b0

Initial revision
author kinjo
date Sat, 26 Nov 2005 11:36:16 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hello_mod.c	Sat Nov 26 11:36:16 2005 +0900
@@ -0,0 +1,7 @@
+#include<stdio.h>
+
+int
+hello()
+{
+    printf("hello\n");
+}