This commit is contained in:
Emmanuel Srivastava
2024-12-02 13:59:14 +01:00
parent 851ce813f7
commit de45003c53
9 changed files with 232 additions and 0 deletions

10
DEV.1.1/CM1/ex1.c Normal file
View File

@@ -0,0 +1,10 @@
#include <stdio.h>
#include <stdlib.h>
int main(void){
printf(" __\n");
printf("(___()'`;\n");
printf("/, /`\n");
printf("\\\\\"--\\\\\n");
}