Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 493 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 493 Bytes

Programming 101 - exercises

To copy the unsolved exercises to your computer, open a terminal and run these commands:

cd
git clone https://github.com/skopjehacklab/programming-101-exercises.git
cd programming-101-exercises/
ls

You should get a list of files and folders similar to this:

~/programming-101-exercises $ ls
0  1  2  3  README.md

Try running the first Python example:

python3 0/hello-student.py

It should print:

Hello student!