Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.20.1
-
None
-
Reviewed
Description
The example with the class MyApp doesn't work.
The run method needs to return an int (return 0; needs to be added at the end of the method) and main does a new Sort() instead of new MyApp()