mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2025-02-04 23:17:57 -07:00
9 lines
110 B
C++
9 lines
110 B
C++
#include <iostream>
|
|
|
|
using namespace std;
|
|
|
|
main()
|
|
{
|
|
cout << "give me a bottle of rum!" << endl;
|
|
return 0;
|
|
}
|