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