Skip to content
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

Fix unintentional duplicate code block prefixes #36

Merged
merged 3 commits into from
Feb 17, 2024
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
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
Loading