mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
8cecdf0382
Closes #494
12 lines
190 B
Markdown
12 lines
190 B
Markdown
```
|
|
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 <>&&%
|
|
}
|
|
```
|