
https://pixeldrain.com/u/CUvbt2uV
Detailed info:
This program scans the current directory for C++ source files (.cpp, .h) and a Makefile.
It then performs the following actions:
1. Creates a folder named "code" if it does not already exist.
2. Moves all .cpp and .h files into the "code" folder.
3. Moves a file named "Makefile" into the "code" folder if it exists.
4. Moves all other directories (except "code" itself) into the "code" folder.