Skip to content

Commit

Permalink
docs: update fib.rinha
Browse files Browse the repository at this point in the history
  • Loading branch information
algebraic-dev authored Sep 7, 2023
1 parent 31f28fc commit cc13490
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions files/fib.rinha
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,4 @@ let fib = fn (n) => {
}
};

let x = 10;
let n = f + f2;
let _ = print (x);
let _ = print (n);
let _ = print ("fib " + fib(100000));
let _ = print (f());
let _ = print (f2("pao"));
let _ = print ((10 * (14 + 3)));
print ("hello, world")
print (fib(10))

0 comments on commit cc13490

Please sign in to comment.