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

8 lines
106 B
C
Raw Normal View History

2018-10-17 14:11:16 -06:00
#include <stdio.h>
int main(int argc, char **argv)
{
printf("give me a bottle of rum!\n");
return 0;
}