How to perform 'Difference' in Fortran.
! Task: Difference
! Language: Fortran
program difference()
! Implementation for Difference
! TODO: Implement core logic here
! Step 1: Prepare data
! Step 2: Process Difference
print *,("Done");
end program