Skip to content

Commit

Permalink
chore(stdlib): Remove random list from main file
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Jun 1, 2024
1 parent 7486ea1 commit 85524a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source.elr
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import Prelude
import Elara.Prim

def l : List Int
let l = [1, 2, 3]

let main =
print (stringToList "hello" |> map identity |> length)

0 comments on commit 85524a1

Please sign in to comment.