mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2025-02-05 07:27:58 -07:00
8 lines
106 B
C
8 lines
106 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int main(int argc, char **argv)
|
||
|
{
|
||
|
printf("give me a bottle of rum!\n");
|
||
|
return 0;
|
||
|
}
|