! ! See ../README.md ! ! ! Run as: gfortran -o ch-2.o ch-2.f90; ./ch-2.o ! program ch2 implicit none write (*, *) "a8 c7 e6 c5 b3 c1 a2 c3 b1 a3 c4 b2" end