Contents
How do I submit to Mario CS50?
How to Submit
- Log into CS50 IDE and open a terminal window, if not open already.
- Submit Hello by executing: cd ~/workspace/pset1/hello submit50 cs50/2018/x/hello.
- Submit either or both of: Mario, less comfortable, by executing:
- Submit either or both of: Cash, by executing:
How do you create a new file called pseudocode TXT inside your Mario directory?
On your keyboard, then do command shift S. It will give you options for where to save the file and what the name should be. Name it pseudocode. txt and put it in your mario folder.
How do you do problem set 1 in CS50?
Problem Set 1
- Go to ide.cs50.io and click “Sign in with GitHub” to access your CS50 IDE.
- Submit Hello.
- Submit one of: this version of Mario if feeling less comfortable. this version of Mario if feeling more comfortable.
- Submit one of: Cash if feeling less comfortable. Credit if feeling more comfortable.
How to use check50 2014 / X / pset1 / HELLO.C?
Navigate your way to ~/Dropbox/pset1/hello by executing cd ~/Dropbox/pset1/hello. Execute the command check50 2014/x/pset1/hello hello.c. Notice that we passed the file name (i.e., hello.c) after the ID in the command above. Some psets require passing more than a single source code file.
Where do I find the check50 ID for Hello?
Each program that is checkable with check50 has a unique ID that identifies it. You can find this ID in your pset specifications page. For example, the ID for hello – pset1 is 2014/x/pset1/hello. How to run check50?
What do you need to know about check50?
check50 is a command-line program included in the CS50 Appliance with which you can check the correctness of (some of) your programs. What is an ID? Each program that is checkable with check50 has a unique ID that identifies it. You can find this ID in your pset specifications page.
What does a green smiley mean in check50?
Assuming your program is correct, you should then see output like where each green smiley means your program passed a check (i.e., test). You may also see a URL at the bottom of check50’s output that contains more details. If you instead see yellow or red smileys, it means your something is not correct!