Initial commit I guess
This commit is contained in:
commit
9a070a5f8f
7 changed files with 91 additions and 0 deletions
5
main.cpp
Normal file
5
main.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello from a C++ Buck2 program!\n");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue