Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

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

gleam / test / project_cranelift / src / project_cranelift.gleam
54 B 3 lines
1pub fn add(lhs: Int, rhs: Int) -> Int { 2 lhs + rhs 3}