Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3799,7 +3799,7 @@ The code may have compiled without any errors, but what's the use if we cannot r

**_The ```main()``` method is essential to run code defined within any ```class```._**

The definition of ```main()``` needs to have this exact synatx:
The definition of ```main()``` needs to have this exact syntax:

`public static void main(String[] args) { /* <Some Code Goes In Here> */ }`

Expand Down