pentest-distro-builder/filesystem/root/Templates/prog/c.c
Kaj Forney 07fcaebe97 Parrot preseed changes
Former-commit-id: 07271c848c5ee6372f461d7303a49c785d5db8fb
Former-commit-id: f42f1393ead3eb4f41d8b8ad7a019efddfa3ce62
2018-10-17 15:35:13 -06:00

8 lines
106 B
C

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