Tested Fortran
This commit is contained in:
parent
8ac46f8ce0
commit
86dd6b1975
|
@ -1,3 +1,3 @@
|
|||
program hello
|
||||
print *, "Hello World!"
|
||||
end program
|
||||
end program
|
3
fortran/test.sh
Executable file
3
fortran/test.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
gfortran helloworld.f90 -o helloworld
|
||||
./helloworld
|
Loading…
Reference in New Issue
Block a user