Gufo Loader Examples¶
Consider the practical task. Let's write the simple integer calculator application. The application must be called from the command line, accept the operation name and two integer arguments, perform the operation and print the result.
I.e.
We'll learn 3 possible implementations, each with its own strong and weak sides: