pentest-distro-builder/filesystem/root/Templates/prog/c++.cpp
Kaj Forney b86540e537 Parrot preseed changes
Former-commit-id: 14dd6bccfd
Former-commit-id: f42f1393ead3eb4f41d8b8ad7a019efddfa3ce62
2018-10-17 15:35:13 -06:00

9 lines
110 B
C++

#include <iostream>
using namespace std;
main()
{
cout << "give me a bottle of rum!" << endl;
return 0;
}