Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DDoggo
/
fast3r
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fast3r
/
cub-1.10.0
/
test
/
link_main.cpp
DDoggo
Upload folder using huggingface_hub
2913579
verified
20 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
113 Bytes
#
include
<stdio.h>
extern
void
a
()
;
extern
void
b
()
;
int
main
()
{
printf
(
"hello world\n"
);
return
0
;
}