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

10 lines
110 B
C++

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