move exercises and lectures into subfolders
This commit is contained in:
4
Exercises/C4/poor_layout/poor_layout.c
Normal file
4
Exercises/C4/poor_layout/poor_layout.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#include <stdio.h>
|
||||
|
||||
/* My first program */
|
||||
int main(void) { printf("Hello World"); return 0; }
|
Reference in New Issue
Block a user