nix-config/templates/c++-bazel/src/main.cc
Bruno BELANYI 3f942ee46b
All checks were successful
ci/woodpecker/push/check Pipeline was successful
WIP: Bazel template
2023-10-27 15:02:04 +00:00

5 lines
71 B
C++

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