+It is an updated 2023 course for edx cs50's Introduction to computer science
mkdir filename ---> To create a directory with filename.
cd filename ---> To go to that particular directory.
ls ---> To view contents.
wget github.download.link ---> To download github files to your terminal.
check50 cs50/labs/2023/x/filename ---> To check whether your code is working or not.
submit50 cs50/labs/2023/x/filename ---> To submit your project.