Skip to content

Commit

Permalink
Fix unintentional duplicate code block prefixes (#36)
Browse files Browse the repository at this point in the history
* Fix unintentional duplicate code block prefix in first_steps.md

* Similar fix in first_steps/challenges.md

---------

Co-authored-by: Ethan McCue <[email protected]>
  • Loading branch information
slovdahl and bowbahdoe authored Feb 17, 2024
1 parent 7cc135c commit 9f58cfa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/first_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Its a tradition for this to be your first program in any language.
We aren't quite at the point where I can explain what `void main()` means, but
all you need to know for now is that it is what Java looks for to know where to start the program.

```java,no_run
```java,no_run
void main() {
< WRITE YOUR CODE HERE >
Expand Down
1 change: 0 additions & 1 deletion src/first_steps/challenges.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ The rules for this are

Write a program that prints your name twice. So if your name is "Jasmine", the output of the program should be this.

```text,no_run
```text,no_run
Jasmine
Jasmine
Expand Down

0 comments on commit 9f58cfa

Please sign in to comment.