aboutsummaryrefslogtreecommitdiff
path: root/challenge-155/abigail/fortran/ch-2.f90
blob: dcacb884341f23fed18539a1ea5d24d614e0aa59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
!
! See https://theweeklychallenge.org/blog/perl-weekly-challenge-155
!

!
! Run as: gfortran -o ch-2.o ch-2.f90; ./ch-2.o
!

program ch2
    implicit none
    write (*, *) "8"
end