All Useful Commands

cd - enter new directory
ls - list in directory
mkdir - make directory
make - make local server
make clean - clean converted files pwd - print working directory
echo - used to display line of text/string that are passed as an argument
if statements - (conditional statement, called selection statement by College Board), code inside only happens if condition is met

Markdown Code

br - break line
“#” - title
“>” - indent

week0