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