last commit of 2020+1

This commit is contained in:
tth
2022-01-01 00:04:23 +01:00
parent b36e5ea983
commit b9bef8329a
5 changed files with 62 additions and 4 deletions

4
code/fortran/hello.f90 Normal file
View File

@@ -0,0 +1,4 @@
program hello
implicit none
print *, "hello world"
end