Skip to content

Commit

Permalink
Merge pull request #20 from adarshaacharya/develop馃懛
Browse files Browse the repository at this point in the history
fix: java example
  • Loading branch information
adarshaacharya committed Sep 23, 2021
2 parents fcef9e1 + e23e84c commit 53d51c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/config/editor/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function getTemplate(lang: string) {
break;

case 'java':
template = `class main {\n\tpublic static void main(String[] args) {\n\t\tint a = 10;\n\t\tSystem.out.println(a);\n\t}\n} `;
template = `class Main {\n\tpublic static void main(String[] args) {\n\t\tint a = 10;\n\t\tSystem.out.println(a);\n\t}\n} `;
break;

case 'csharp':
Expand Down

0 comments on commit 53d51c4

Please sign in to comment.