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
refs/pr/1
test-model
/
c
/
hello.c
Buxian
(pr parent commit) add hello.c
f179eef
over 1 year ago
raw
Copy download link
history
blame
Safe
60 Bytes
#
include
<stdio.h>
int
main
()
{
printf
(
"Hello World"
);
}