Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ma-xu
/
LIVE
like
2
Runtime error
App
Files
Files
Community
2
1da7a8e
LIVE
/
thrust
/
dependencies
/
cub
/
test
/
link_main.cpp
Xu Ma
update
1c3c0d9
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
;
}