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