Initial commit I guess

This commit is contained in:
John Doty 2025-01-11 10:08:07 -08:00
commit 9a070a5f8f
7 changed files with 91 additions and 0 deletions

5
main.cpp Normal file
View file

@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
printf("Hello from a C++ Buck2 program!\n");
}