adds hand coded fibo, works

This commit is contained in:
Torsten Ruger
2014-05-19 17:32:41 +03:00
parent 285988f173
commit fe1414f383
8 changed files with 76 additions and 15 deletions

View File

@@ -4,3 +4,4 @@ require_relative "test_logic"
require_relative "test_move"
require_relative "test_memory"
require_relative "test_compare"
require_relative "test_small_program"