Govind Singh hace 9 años
commit
30268731cd
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      test.c

+ 7 - 0
test.c

@@ -0,0 +1,7 @@
+#include<linux/kernel.h>
+
+void main()
+{
+	printk("TEST COMMON GIT REPO\n");
+}
+}