presentations/highlight-js/test/detect/golo/default.txt

16 lines
202 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
module hello
function dyno = -> DynamicObject()
struct human = { name }
@annotated
function main = |args| {
let a = 1
var b = 2
println("hello")
let john = human("John Doe")
}