From 3496b0ed08c51e37e135e686b1632fd86f930c2c Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 30 Sep 2024 16:08:27 +0530 Subject: (init): Initialize repository. --- problems/starshiplaunchcodes/attachments/template.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 problems/starshiplaunchcodes/attachments/template.c (limited to 'problems/starshiplaunchcodes/attachments/template.c') diff --git a/problems/starshiplaunchcodes/attachments/template.c b/problems/starshiplaunchcodes/attachments/template.c new file mode 100644 index 0000000..228b009 --- /dev/null +++ b/problems/starshiplaunchcodes/attachments/template.c @@ -0,0 +1,17 @@ +#include +#include +#include +#include + +int main() +{ + int S; + scanf("%d", &S); + + // Write an answer using printf(). DON'T FORGET THE TRAILING \n + // To debug: fprintf(stderr, "Debug messages...\n"); + + printf("code(s)\n"); + + return 0; +} -- cgit v1.2.3