data Me = Me
{ name :: String
, age :: Int
} deriving (Show)
me :: Me
me = Me { name = "FallAngel", age = 20 }
main :: IO ()
main = print me
🥢
Popular repositories Loading
-
-
smolhttp
smolhttp PublicForked from Sreyas-Sreelal/minihttp
A simple and lightweight http client lib for rust
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.