Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 2, 2019 04:44

Revisions

  1. Whateverable created this gist May 2, 2019.
    1 change: 1 addition & 0 deletions query
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    (1..15).map(sprintf("%02d", *).say
    5 changes: 5 additions & 0 deletions result
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    (exit code 1)
    ===SORRY!=== Error while compiling /tmp/yMTstGAI5P
    Unable to parse expression in argument list; couldn't find final ')' (corresponding starter was at line 1)
    at /tmp/yMTstGAI5P:1
    ------> (1..15).map(sprintf("%02d", *).say⏏<EOL>