Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Buxian
/
test-model
like
0
Model card
Files
Files and versions
Community
8
Buxian
commited on
Sep 23, 2023
Commit
f179eef
·
1 Parent(s):
ea9c8da
(pr parent commit) add hello.c
Browse files
Files changed (1)
hide
show
c/hello.c
+4
-0
c/hello.c
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#include <stdio.h>
2
+
int main(){
3
+
printf("Hello World");
4
+
}