ENH: initial fortran
This commit is contained in:
parent
9655299f08
commit
26a6b4bc01
2
Tests/Fortran/CMakeLists.txt
Normal file
2
Tests/Fortran/CMakeLists.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
PROJECT(testf FORTRAN)
|
||||||
|
ADD_EXECUTABLE(testf hello.f)
|
6
Tests/Fortran/hello.f
Normal file
6
Tests/Fortran/hello.f
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
PROGRAM GREETINGS
|
||||||
|
|
||||||
|
PRINT *, 'Real programmers write Fortran!'
|
||||||
|
|
||||||
|
END
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user