Untested Fortran

This commit is contained in:
ilsix 2024-04-04 20:35:27 +02:00
parent 604aa8561a
commit df8b5a1a08

3
fortran/helloworld.f Normal file
View File

@ -0,0 +1,3 @@
program hello
print *, "Hello World!"
end program