⭐️ A friendly language for building type-safe, scalable systems!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5 lines 85 B view raw
1import gleam/int 2 3pub fn main() { 4 assert int.add(4, 5) > int.absolute_value(-11) 5}