forked from Orchid/orchid
Backup commit
My backspace key started ghosting. Nothing works atm.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import std::to_string
|
||||
import std::conv::to_string
|
||||
|
||||
export const main := do{
|
||||
let foo = list::new[1, 2, 3, 4, 5, 6];
|
||||
@@ -7,7 +7,7 @@ export const main := do{
|
||||
|> list::skip 2
|
||||
|> list::take 3
|
||||
|> list::reduce ((a, b) => a + b)
|
||||
|> option::unwrap;
|
||||
|> option::assume;
|
||||
cps println $ to_string sum;
|
||||
0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user