summaryrefslogtreecommitdiff
path: root/scratch/build.sc
blob: 9842039e43849019b106a850d810585a9f7ad239 (plain) (blame)
1
2
3
4
def thingy = T {
  val blob = (('0' to '9') ++ ('a' to 'z') ++ ('A' to 'Z')).mkString
  while(true) print(blob)
}