How can I fix this error?
\"No overload for method \'output\' takes 0 arguments\".
The error is at the very bottom at \"fresh.o
All your implementations of method output takes arguments. Supply the arguments and you should be able to compile.
output
Like this:
fresh.output(1, 2, 3, 4);