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