Initial commit
This commit is contained in:
5
Labs/Lab1/C/HelloWorld.c
Normal file
5
Labs/Lab1/C/HelloWorld.c
Normal file
@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
printf("Hello world!\n");
|
||||
return 0;
|
||||
}
|
BIN
Labs/Lab1/C/HelloWorld.exe
Normal file
BIN
Labs/Lab1/C/HelloWorld.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user