Instructions for Assignment01
Introduction
In this assignment, you will learn how to use github classroom to download, complete, and test your assignments. Make sure you have followed the instructions at <<URL>> to set up your account and join the classroom.
Question 1
Did you complete the instructions for modifying some_variables.jl and some_functions.jl? You should have changed the variables n and a to my_name and my_age respectively, and you should be able to execute julia src/run.jl without errors. Once you can, type yes between the quotations below
Note: this syntax (question1 = "yes") is called "variable assignment," and we'll learn more about this in the next lesson.
question1 = ""Question 2
What is the shell command to list the contents of the working directory, including hidden files?
Enter the command between the quotes below.
question2 = ""Question 3
What is a shell command to create a new directory called "q3" in your current working directory?
Enter the command between the quotes below.
question3 = ""This page was generated using Literate.jl.