nix-config/templates/c++-bazel/src/main.cc
Bruno BELANYI 314cd4956b
All checks were successful
ci/woodpecker/push/check Pipeline was successful
WIP: Bazel template
2024-04-05 13:53:52 +00:00

6 lines
71 B
C++

#include <iostream>
int main() {
std::cout << "Hello World!\n";
}