#!/usr/bin/env /friends/bin/fortranscript program fizzbuzz integer :: i print *, i i = i + 1 print *, i end program fizzbuzz