.dotfiles/templates/cpp/src/name.cpp
2024-12-31 17:59:25 +01:00

7 lines
104 B
C++

#include <iostream>
using namespace std;
int main() {
cout << "Hello, world!" << endl;
return 0;
}