use new function syntax
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun fib(x:Int) -> Int
|
||||
func fib(x:Int) -> Int
|
||||
{
|
||||
if (x <= 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user