Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameters in Macro Browser
Data in Macro Placeholder
Rendered datas
Key
Value
Syntax highlightingjava
TitleHELLO WORLD Syntax Highlighting
Show line numberstrue
ThemeDefault

code

public class HelloWorld {

public static void main(String[] args) {

System.out.println("Hello, World");

}

}

HELLO WORLD Syntax Highlighting

 

1
2
3
4
5
public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World");
    }
}

...