Simplfying Fortran hello world example. (#1166)

This commit is contained in:
Amir Shahmoradi
2021-11-07 10:57:41 -06:00
committed by GitHub
parent 7d61692f3c
commit ad376dc345

View File

@@ -1,3 +1,2 @@
program helloworld
print *,'Hello World'
end program helloworld
end