Skip to content

Assignment #1

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
25 changes: 25 additions & 0 deletions 02_assignments/assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,33 @@ You are stuck in a virtual room and can only leave if you figure out the passwor
**What is the secret password?**
```
Your answer here...
**The password is "Paper Rings season_10 Meets and Lucky the".**

TITLE: UofT-DSI | shell - Assignment 1

## What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
I am using bash to discover the secret password.

## What did you learn from the changes you have made?
I learn how to use bash commands.

## Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
I was thinking of using others bash commands.

## Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
The issue was to remember the commands. I used the Bash-Cheat-Sheet.

## How were these changes tested?
I was able of find all the words.

## A reference to a related issue in your repository (if applicable)

## @mentions of the person or team responsible for reviewing proposed changes (At least 2 people)
- @dtxe
- [email protected]

## Checklist
- [x] I can confirm that my changes are working as intended


```
Expand Down