Skip to content

Commit

Permalink
update fibonacci
Browse files Browse the repository at this point in the history
  • Loading branch information
imwithye committed Feb 25, 2016
1 parent dbfef02 commit 075c11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/fibonacci.ly
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ func fibonacci(n) {

func main() {
appender = "The fibonacci number is "
print(0)
print(appender + string(fibonacci(10)))
}

0 comments on commit 075c11b

Please sign in to comment.