Skip to content

Commit 1e16ee3

Browse files
committed
Small fix
1 parent 28d4bca commit 1e16ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/learn/01_tutorial/01_your-first-java-app/02_building-with-intellij-idea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Let’s add some code. We’ll start by creating a new class. In the **Project**
8787
## Writing and editing code
8888
Inside the class `HelloWorld`, we will write the main method, which is where execution of our Java program will start.
8989
The classic way to write a main method in Java is:
90-
```shell
90+
```java
9191
public static void main(String[] args) {
9292

9393
}

0 commit comments

Comments
 (0)