Browse Source

添加 'kk.c'

lzt 2 years ago
parent
commit
c9fa576b8d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      kk.c

+ 6 - 0
kk.c

@@ -0,0 +1,6 @@
+#include<stdio.h>
+#include<stdlib.h>
+int main()
+{
+	printf("hello")
+}