Hello World

This is my first Neuron Zettelkasten note.

hello

console.log('hello world')
public class java {
    public static void main(String[] args) {
        System.out.println("Hello World");
    }
}
echo "hello world"