examples/user_code/README.md
You can quickly add your custom code into this folder so that quick prototypes can be easily tested without having to create a whole new project just for it.
Configure and Generate).cd build/
make -j`nproc`
cd build/
make -j`sysctl -n hw.logicalcpu`
Run:
./build/examples/user_code/{your_custom_file_name}