Skip to content

Commit

Permalink
fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKlauke authored and swissiety committed Sep 28, 2023
1 parent c219412 commit 0993c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Let's say the following is the target program that we want to analyze:
}

public static void main(String[] args) {
HelloWorld hw = new HelloWorld;
HelloWorld hw = new HelloWorld();
hw.hello();
}

Expand Down

0 comments on commit 0993c3c

Please sign in to comment.