pentest-distro-builder/filesystem/root/Templates/prog/c++.cpp

10 lines
110 B
C++
Raw Normal View History

2018-10-17 14:11:16 -06:00
#include <iostream>
using namespace std;
main()
{
cout << "give me a bottle of rum!" << endl;
return 0;
}