Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 484 Bytes

CS50-2023

+It is an updated 2023 course for edx cs50's Introduction to computer science

COMMANDS

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.