Skip to content

chapter 6 problems #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion 2016/x/ap/problems/address/address.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Once comfortable, its time to dive in!

== Getting started

Open up your IDE and make sure you have an updated IDE before executing (from within the directory where you are working on problems in Chapter 6):
Open up your IDE and make sure you have an updated IDE before executing (from within the directory where you are working on problems in Chapter 6, which ordinarily should be `~/workspace/chapter6`):

[source,bash]
----
Expand Down Expand Up @@ -141,4 +141,30 @@ When finished your locally hosted site should be able to:
* Ensure that the contact information is complete, redirecting the user to try again if not
* If the contact information is complete, write it to `contacts.csv`

== How to Submit

=== Step 1 of 2

So long as you've previously activated your cs50.me account:

* To submit Address Book, execute
+
[source]
----
cd ~/workspace/chapter6/address
submit50 2016/ap/address
----
+
inputting your GitHub username and GitHub password as prompted.

If you run into any trouble, email sysadmins@cs50.harvard.edu!

You may resubmit any problem as many times as you'd like.

=== Step 2 of 2

Submit https://newforms.cs50.net/2016/x/ap/address[this form]!

Your submission should be graded within a few weeks, at which point your score will appear at https://cs50.me/[cs50.me]!

This was Address Book.
Loading