Zen in the art of writing plain text
with AsciiDoc.
Tip
|
Use Asciidoctor for the best AsciiDoc experience.[1] Then [twitter] about it! |
puts "Hello, World!"
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
1. Not to mention the best looking output!