Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imclerran authored Apr 29, 2024
1 parent 3819d75 commit 791dafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ main =
_ <- Stdout.line "ISO epoch: $(DateTime.toIsoStr dtEpoch)" |> Task.await
_ <- Stdout.line "Time now: $(Num.toStr dtNow.time.hour):$(Num.toStr dtNow.time.minute):$(Num.toStr dtNow.time.second)" |> Task.await
_ <- Stdout.line "Day some time: $(Num.toStr dtSomeTime.date.day)" |> Task.await
Stdout.line "Utc nanos later date: $(Num.toStr nanosLaterDate)" |> Task.await
Stdout.line "Utc nanos later date: $(Num.toStr nanosLaterDate)"
unwrap : Result a _, Str -> a
unwrap = \x, message ->
Expand Down

0 comments on commit 791dafb

Please sign in to comment.