This commit is contained in:
Simoes Lukas
2024-10-14 13:48:14 +02:00
parent af0a212997
commit f4b9936c0c
4 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# include <stdio.h>
# include <stdlib.h>
int main(void) {
printf("{o,o}\n(__(\\n-\"-\"-\n");
return EXIT_SUCCESS;
}