commit 7ea75a190043bf969c7b6f7c2c668d6acc94e019 Author: Matej Hajduk Date: Tue Feb 25 11:20:35 2025 +0100 ala diff --git a/a1/c1.c b/a1/c1.c new file mode 100644 index 0000000..ad0cef9 --- /dev/null +++ b/a1/c1.c @@ -0,0 +1,8 @@ +#include +int main(){ + int c = 0; + while(1){ + c = getchar(); + } + return 0; +} diff --git a/du2/.program.c.swp b/du2/.program.c.swp new file mode 100644 index 0000000..18781d1 Binary files /dev/null and b/du2/.program.c.swp differ