This website works better with JavaScript
Home
Explore
Project
Register
Sign In
lzt
/
ikun
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
添加 'kk.c'
lzt
2 years ago
parent
d8b88a2dc2
commit
c9fa576b8d
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
kk.c
+ 6
- 0
kk.c
View File
@@ -0,0 +1,6 @@
+#include<stdio.h>
+#include<stdlib.h>
+int main()
+{
+ printf("hello")
+}