mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
8cecdf0382
Closes #494
11 lines
236 B
HTML
11 lines
236 B
HTML
<pre><code>public static void main(String[] args) {
|
|
|
|
for (int i = 0; i < 10 && true; i++) {
|
|
|
|
System.out.println("Hello World");
|
|
}
|
|
|
|
// stuff here is affected as well <>&&%
|
|
}
|
|
</code></pre>
|