Skip to content

Commit

Permalink
user input
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Aug 28, 2023
1 parent f751c08 commit 43ea470
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@
- [Pure Functions](./return_values/pure_functions.md)
- [Impure Functions](./return_values/impure_functions.md)

# User Input

- [User Input](./user_input.md)
- [readLine](./user_input/readLine.md)

Check warning on line 189 in src/SUMMARY.md

View workflow job for this annotation

GitHub Actions / Check Language

[LanguageTool] reported by reviewdog 🐶 Possible spelling mistake found. (MORFOLOGIK_RULE_EN_US) Suggestions: `deadline`, `headline`, `breadline`, `read Line`, `redline` Rule: https://community.languagetool.org/rule/show/MORFOLOGIK_RULE_EN_US?lang=en-US Category: TYPOS Raw Output: src/SUMMARY.md:189:5: Possible spelling mistake found. (MORFOLOGIK_RULE_EN_US) Suggestions: `deadline`, `headline`, `breadline`, `read Line`, `redline` Rule: https://community.languagetool.org/rule/show/MORFOLOGIK_RULE_EN_US?lang=en-US Category: TYPOS

# Data Types III

- [Identity Types](./identity_types.md)
Expand Down
1 change: 1 addition & 0 deletions src/user_input
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# User Input
3 changes: 3 additions & 0 deletions src/user_input.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# User Input

Up until now all the code you have written has been "in its' own world."

0 comments on commit 43ea470

Please sign in to comment.