Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rerun
/
InstantMesh
like
4
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
344c16f
InstantMesh
/
src
/
main.cpp
Jeremy Leibs
Initial commit
344c16f
unverified
9 months ago
raw
Copy download link
history
blame
129 Bytes
#
include
<cstdio>
#
include
<rerun.hpp>
int
main
(
int
argc,
const
char
* argv[])
{
printf
(
"Hello, World!\n"
);
return
0
;
}