curl https://os-lab.pages.dev/folderName/filename.c
        "Remove all Comments"

                    .
                    ├── ALGORITHM.txt
                    ├── LICENSE.md
                    ├── MODULE_1
                    │   ├── Basic_Linux_Commands.txt
                    │   ├── Shell_Scripting
                    │   │   ├── basic.sh
                    │   │   ├── factorial.sh
                    │   │   ├── print_numbers.sh
                    │   │   └── sum_of_digits.sh
                    │   └── System_Calls
                    │       ├── M1.c
                    │       ├── close.c
                    │       ├── example.txt
                    │       ├── exec.c
                    │       ├── exit.c
                    │       ├── fork.c
                    │       ├── getpid.c
                    │       ├── kill.c
                    │       ├── opendir.c
                    │       ├── stat.c
                    │       └── wait.c
                    ├── MODULE_2
                    │   ├── Interprocess_Communication
                    │   │   ├── ipc_read
                    │   │   ├── ipc_read.c
                    │   │   ├── ipc_write
                    │   │   └── ipc_write.c
                    │   └── Scheduling_Algorithms
                    │       ├── a.out
                    │       ├── fcfs.c
                    │       ├── priority.c
                    │       ├── round_robin.c
                    │       └── sjf.c
                    ├── MODULE_3
                    │   ├── a.out
                    │   ├── bankers.c
                    │   ├── semaphore.c
                    │   └── semaphore2.c
                    ├── MODULE_4
                    │   ├── Memory_Management_Algorithms
                    │   │   ├── bestFit.c
                    │   │   ├── firstFit.c
                    │   │   └── worstFit.c
                    │   └── Page_Replacement_Algorithm
                    │       ├── fifo.c
                    │       ├── lfu.c
                    │       └── lru.c
                    ├── MODULE_5
                    │   ├── c-scan.c
                    │   ├── fcfs.c
                    │   ├── null.c
                    │   └── scan.c
                    ├── README.md
                    └── index.html