summary refs log tree commit diff stats
path: root/tests/compile/tslurp.nim
blob: f9456ce6bd8768eb07582d532c4275988e748bd9 (plain) (blame)
1
2
3
4
5
6
const
  myRes = slurp"../../readme.txt"
  
echo myRes