pentest-distro-builder/filesystem/etc/skel/Templates/prog/c++.cpp
Kaj Forney a6d12f1ffc Move stuff to /etc/skel
Former-commit-id: 7bddceacd727c25153cd0ec03cf8b0d4011484d5
Former-commit-id: aaf57e63c1976b3960fee717c68c3b09dc1a94ff
2018-10-18 13:47:28 -06:00

9 lines
99 B
C++

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