workshop
workshop copied to clipboard
Max function should return the largest Int instead of the smallest
Currently, the implementation of the max and max2 functions return the smallest Int. This of course should be the largest.