This commit is contained in:
Matej Hajduk 2025-02-25 11:20:35 +01:00
commit 7ea75a1900
2 changed files with 8 additions and 0 deletions

8
a1/c1.c Normal file
View File

@ -0,0 +1,8 @@
#include <stdio.h>
int main(){
int c = 0;
while(1){
c = getchar();
}
return 0;
}

BIN
du2/.program.c.swp Normal file

Binary file not shown.