跳转到内容

99 个 Elm 问题/第 80 个问题

来自维基教科书,开放的开放世界书籍

转换图表示

# # # 这是一份存根 # # #

Example in Elm:
import Html exposing (text)
import List

f : Int -> Int
-- your implementation goes here

main = text (toString (f 0))

结果

4

解决方案

华夏公益教科书