Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CVPR
/
LIVE
like
35
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
fb23cbf
LIVE
/
thrust
/
dependencies
/
cub
/
test
/
link_main.cpp
Xu Ma
upload all files
28958dc
over 2 years ago
raw
Copy download link
history
blame
Safe
113 Bytes
#
include
<stdio.h>
extern
void
a
()
;
extern
void
b
()
;
int
main
()
{
printf
(
"hello world\n"
);
return
0
;
}