warning: variable "cnt" is unused (if the variable is not meant to be used, prefix it with an underscore)
Main.ex:56: Main.calc_new_acc/3
warning: Inoki.Enum.map/3 is undefined (module Inoki.Enum is not available or is yet to be defined)
Main.ex:36: Main.main/0
warning: Inoki.Enum.reduce_while/4 is undefined (module Inoki.Enum is not available or is yet to be defined)
Main.ex:37: Main.main/0
warning: Inoki.IO.puts/2 is undefined (module Inoki.IO is not available or is yet to be defined)
Main.ex:47: Main.main/0
warning: Inoki.IO.read/2 is undefined (module Inoki.IO is not available or is yet to be defined)
Found at 2 locations:
Main.ex:31: Main.main/0
Main.ex:33: Main.main/0
warning: Inoki.String.split/3 is undefined (module Inoki.String is not available or is yet to be defined)
Main.ex:35: Main.main/0
warning: Inoki.String.to_integer/2 is undefined (module Inoki.String is not available or is yet to be defined)
Main.ex:36: Main.main/0
warning: Inoki.String.trim/2 is undefined (module Inoki.String is not available or is yet to be defined)
Main.ex:34: Main.main/0