Closed
Description
Please do the following for the first online session.
-
Watch the "introduction" video: https://www.youtube.com/watch?v=qbuTh1mIyHU
-
Watch the "logistics" video: https://www.youtube.com/watch?v=bCd1uT9ERIs
- Your https://gg.kaist.ac.kr account id is your
<student-id>
, e.g.,20071163
. I created ones for you. - If you already have an account from the last semester, use your old password; otherwise, the password is initially your
<student-id>
. Please log in and change it. - If your account doesn't exist, please send the TA an email.
- Your https://gg.kaist.ac.kr account id is your
-
Solve the attendance quiz by 23:59PM, 17th of March: https://gg.kaist.ac.kr/quiz/2/
-
Sign the honor code by 23:59PM, 20th of March: https://gg.kaist.ac.kr/quiz/1/
-
Set up Rust development environment. If you're already familiar with an editor, e.g., Emacs or Vim, go ahead; otherwise, I recommend you to use Visual Studio Code.
- I'll provide you with a Linux server account. Please give me your SSH public key here: https://gg.kaist.ac.kr/assignment/6/ Then read this instruction to connect to the server. please be aware that It may take some time for me to add your key to the server.
- If you want to use VSCode and remotely connect to the server mentioned above, watch this video: https://www.youtube.com/watch?v=TTVuUIhdn_g
-
Read the "Rust book" from Chapter 1 (Getting Started) to 4 (Understanding Ownership): https://doc.rust-lang.org/book/