├── README.md ├── quiz ├── README.md ├── part1 │ └── README.md ├── part2 │ └── README.md ├── part3 │ └── README.md ├── part4 │ └── README.md └── ujian │ └── README.md └── study-materials ├── README.MD ├── part1.md ├── part2.md ├── part3.md ├── part4.md ├── part5.md └── part6.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/README.md -------------------------------------------------------------------------------- /quiz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/quiz/README.md -------------------------------------------------------------------------------- /quiz/part1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/quiz/part1/README.md -------------------------------------------------------------------------------- /quiz/part2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/quiz/part2/README.md -------------------------------------------------------------------------------- /quiz/part3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/quiz/part3/README.md -------------------------------------------------------------------------------- /quiz/part4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/quiz/part4/README.md -------------------------------------------------------------------------------- /quiz/ujian/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/quiz/ujian/README.md -------------------------------------------------------------------------------- /study-materials/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/study-materials/README.MD -------------------------------------------------------------------------------- /study-materials/part1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/study-materials/part1.md -------------------------------------------------------------------------------- /study-materials/part2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/study-materials/part2.md -------------------------------------------------------------------------------- /study-materials/part3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/study-materials/part3.md -------------------------------------------------------------------------------- /study-materials/part4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/study-materials/part4.md -------------------------------------------------------------------------------- /study-materials/part5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/study-materials/part5.md -------------------------------------------------------------------------------- /study-materials/part6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPN-Phase-0/Week1-Welcome-to-Code/HEAD/study-materials/part6.md --------------------------------------------------------------------------------