function
to_str : int * list(int * string) => string
to_str((_, [(_, s1)])) = s1
to_str((_, [(_, s1), (_, s2)])) = String.concat(s1, s2)
to_str((x, _)) = Int.to_str(x)
entrypoint fizz_buzz(to : int) : list(string) =
let fizz_or_buzz = (x) => [ (m, s) | (m, s) <- [(3, "Fizz"), (5, "Buzz")], if(x mod m == 0) ]
[ to_str((x, fizz_or_buzz(x))) | x <- [1..to] ]
Pinned Loading
-
open-lifelogging
open-lifelogging PublicBackend server for the open-lifelogging android app and webclient
Scala 4
-
-
BreakOutEvent/breakout-payment
BreakOutEvent/breakout-payment PublicPayment script for breakout accounting with the @fidor api
Scala 1
-
BreakOutEvent/breakout-backend
BreakOutEvent/breakout-backend PublicThe backend for BreakOut
Kotlin 12
-
open-lifelogging-android
open-lifelogging-android PublicLogging client for open-lifelogging on android
Kotlin
671 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
unit214/aeproject,
aeternity/aeproject,
aeternity/tipping-community-backend
and 42 other
repositories
Loading
Contribution activity
April 2025
1
contribution
in private repositories
Apr 10