Problem Set 3: Music

tl;dr

  1. Attend or watch Week 2’s lecture.

  2. Make beautiful music.

  3. Submit your code.

  4. Submit a form.

Help

  • Watch Brian’s walkthroughs herein.

  • Attend your TF’s section (or another if you have an unavoidable conflict).

  • Use help50 (if unsure what an error message means) and debug50 (if your code is buggy).

  • Post questions and search answers in CS50 Discourse.

  • Attend office hours.

Getting Started

Alright, here we go again!

Log into cs50.io and execute the below in a terminal window.

update50
mkdir ~/workspace/pset3/
cd ~/workspace/pset3/

What to Do

Implement Music.

How to Submit

Step 1 of 2

  1. Log into CS50 IDE and open a terminal window, if not open already.

  2. Ensure your workspace is up-to-date by executing:

    update50
  3. Submit Music by executing:

    cd ~/workspace/pset3/music/
    submit50 cs50/2017/fall/music

Step 2 of 2

This was Problem Set 3.