Merge branch 'master' of https://gitdab.com/luna/jorts
This commit is contained in:
commit
ece290e064
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import io
|
||||||
// takes a function that receives two ints, returns an int
|
// takes a function that receives two ints, returns an int
|
||||||
// Func is the function type keyword, to not switch it with fn (which declares
|
// Func is the function type keyword, to not switch it with fn (which declares
|
||||||
// a function)
|
// a function)
|
||||||
fn function_tester (Func function ([int, int] -> int)) -> int {
|
fn function_tester (Func func ([int, int] -> int)) -> int {
|
||||||
func(2, 2)
|
func(2, 2)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue