! ! See ../README.md ! ! ! Run as: gfortran -o ch-1.o ch-1.f90; ./ch-1.o ! program ch1 implicit none write(*, *) "1210, 2020, 21200" end