"Write an application in Fortran 95, composed of a module and a main program, which implements UNION, INTERSECTION and DIFFERENCE operations in sets, stored in INTEGER-type arrays.
These operations must be implemented in a module to be used by the main program"
How can I do this in Fortran?