Problem Set 1.0
For this problem set, youâll use CS50 IDE, a cloud-based programming environment.
What to Do
- Log into Ed and then reply to this thread to say hello (and, if youâd like, a little about yourself!) to other students and staff.
- Go to ide.cs50.io and click âSign in with GitHubâ to access your CS50 IDE. If you donât already have a github account, the github sign-in page will offer you the option to create one. (You may use any username and e-mail address you like for this purpose.)
- Submit Hello
- Submit Mario
- Submit one of:
- Submit this form.
If you submit both of Cash and Credit, weâll record the higher of your two scores.
When to Do It
Advice
- Try out any of Davidâs programs from class via Week 1.0âs source code.
- If you see any errors when compiling your code with
make, focus first on fixing the very first error you see, scrolling up as needed. If unsure what it means, try askinghelp50for help. For instance, if trying to compilehello, andmake hellois yielding errors, try running
help50 make helloinstead!