Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitled

Snippet info

Language

Nim

Visibility

unlisted

Author

legacy-anonymous

Created

2016-09-07T08:41:57Z

Updated

2016-09-07T08:41:57Z

template `:=`(a, b): auto = 
  let a = b

hello := "Hello World"

echo hello
INFO