Initial commit

This commit is contained in:
2023-05-22 23:28:51 -03:00
commit 5c1403aa91
467 changed files with 18649 additions and 0 deletions

5
Labs/Lab1/C/HelloWorld.c Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
printf("Hello world!\n");
return 0;
}

BIN
Labs/Lab1/C/HelloWorld.exe Normal file

Binary file not shown.