DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / program_cmake_01.f90
12345
! This is a test program that CMake uses to check that the Fortran compiler is ! working. PROGRAM TESTFortran PRINT *, 'Hello' END