5 lines
84 B
C++
5 lines
84 B
C++
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello from a C++ Buck2 program!\n");
|
|
}
|