Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 449 Bytes

helloworld.md

File metadata and controls

27 lines (21 loc) · 449 Bytes
date tags
2020-08-03
hello-world

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"