Due: Monday 09/22 10:00am

Step 0:

  • Get your GitHub house in order.
    • Accept the invitation to the mks65 organization (check email, check spam filter)
    • Set up ssh keys on your home computer and the school computers.
    • Follow GitHub’s instructions here

Step 1:

  • Get your home computer setup to compile and run C programs
  • Write a program where you play around with variables, types and printf.
    • For extra help, check out the notes.
    • Use a few different types.
    • Try out some unsigned integer types.
    • Try going out of bounds on either end. This is easiest to work with using char or short.
    • gcc is will let you do things that javac would never condone. You can start to get the feel for that here.

Step 2:

  • Submit your assignment as a GitHub submodule.
  • Follow the instructions on the resources page.