adding files for lab12

This commit is contained in:
Denis Nuțiu 2016-05-19 19:37:31 +03:00
parent b39fb03443
commit 812d509b53
4 changed files with 10 additions and 0 deletions

1
lab12/1.c Normal file
View file

@ -0,0 +1 @@
// to do

1
lab12/2.c Normal file
View file

@ -0,0 +1 @@
// todo

7
lab12/3.c Normal file
View file

@ -0,0 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
int main(void) {
return 0;
}

1
lab12/4.c Normal file
View file

@ -0,0 +1 @@
// todo