summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
Diffstat (limited to 'scratch')
-rw-r--r--scratch/build.sc3
1 files changed, 2 insertions, 1 deletions
diff --git a/scratch/build.sc b/scratch/build.sc
index ae763e4d..9842039e 100644
--- a/scratch/build.sc
+++ b/scratch/build.sc
@@ -1,3 +1,4 @@
def thingy = T {
- 12345678
+ val blob = (('0' to '9') ++ ('a' to 'z') ++ ('A' to 'Z')).mkString
+ while(true) print(blob)
} \ No newline at end of file