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