Skip to content

Instantly share code, notes, and snippets.

@Yardanico
Created January 11, 2018 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yardanico/f6f9f5942f936d1db9cfd33f3257f330 to your computer and use it in GitHub Desktop.
Save Yardanico/f6f9f5942f936d1db9cfd33f3257f330 to your computer and use it in GitHub Desktop.
import strformat, json, strutils
let a = 5
let b = 3
echo %"""{a}
{b}
""".unindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment