This commit is contained in:
Radovan Bast
2015-06-04 17:47:48 +02:00
parent 60ecbdfec1
commit 49f69b854c
5 changed files with 9 additions and 5 deletions

4
test/fc/src/example.f90 Normal file
View File

@ -0,0 +1,4 @@
program example
implicit none
print *, 'Hello World!'
end program