diff --git a/du1/program.c b/du1/program.c index e69de29..9406150 100644 --- a/du1/program.c +++ b/du1/program.c @@ -0,0 +1,6 @@ +#include "stdio.h" + +int main(){ + printf("mcdmco"); + return 0; +} \ No newline at end of file