Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs2-24wi
project07
Commits
4893edb5
Commit
4893edb5
authored
1 year ago
by
Adam Blank
Browse files
Options
Download
Email Patches
Plain Diff
Update README.md
parent
ba6f6b00
master
readme-commands
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
README.md
with
2 additions
and
2 deletions
+2
-2
README.md
View file @
4893edb5
...
...
@@ -19,13 +19,13 @@ You should begin by trying to display all of these values and determining what t
a new file and modify it to do the traversal for you. DO NOT try to do this by hand using
`Repl.java`
. You should submit the decrypted
text you found to
`gitlab`
for this part.
## Graphputer
C
ommands for this part
## Graphputer
c
ommands for this part
-
`pwd`
: This command will tell you the name of the node you're currently at.
-
`ls`
: This command will list all of the neighbor nodes of the current node you're at.
-
`cd`
: This command will move you to an adjacent node.
-
`frob`
: This command will toggle the display of the current node in the browser output.
# Part 2
# Part 2
: Animals and Occupations
Following Part 1, you should infer an occupation and animal based on the text you decrypted. Find the relevant node
in
`graphputer`
's memory. There will be a hex number associated with that node. You should submit that hex number of
`gitlab`
for this part.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help