From 22e19245e05a43b645c8a65cc9b1266df3a85579 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Tue, 22 May 2018 23:01:25 -0700 Subject: fixtests --- scratch/build.sc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scratch') 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 -- cgit v1.2.3