Code Snippets
Posted on
Code blocks.. with automatic syntax highlighting!
def add(x: Int, y: Int): Int = x + y
println(add(1, 2)) // 3
See the docs for options.
Posted on
Code blocks.. with automatic syntax highlighting!
def add(x: Int, y: Int): Int = x + y
println(add(1, 2)) // 3
See the docs for options.