Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Buxian
/
test-model
like
0
Model card
Files
Files and versions
Community
8
refs/pr/6
test-model
/
c
/
hello.c
Buxian
add hello.c
dc41dd5
about 1 year ago
raw
Copy download link
history
blame
Safe
60 Bytes
#
include
<stdio.h>
int
main
()
{
printf
(
"Hello World"
);
}