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
(pr parent commit) add hello.c
#1
by
Buxian
- opened
Sep 23, 2023
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+4
-0
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
+
}