InstantMesh / src /main.cpp
Jeremy Leibs
Initial commit
344c16f unverified
raw
history blame
129 Bytes
#include <cstdio>
#include <rerun.hpp>
int main(int argc, const char* argv[]) {
printf("Hello, World!\n");
return 0;
}