Skip to content

Commit c1eb0ee

Browse files
committed
UPDATE
1 parent 850562c commit c1eb0ee

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,12 @@
7878
return 0;
7979
}
8080
</code></pre>
81+
<pre><code class="language-java">public class HelloWorld {
82+
public static void main(String[] args) {
83+
System.out.println("Hello World!");
84+
}
85+
}
86+
</code></pre>
87+
8188
</body>
8289
</html>

0 commit comments

Comments
 (0)