pentest-distro-builder/filesystem/etc/skel/Templates/prog/c.c

8 lines
106 B
C
Raw Normal View History

#include <stdio.h>
int main(int argc, char **argv)
{
printf("give me a bottle of rum!\n");
return 0;
}