Fixed reference to gnu.

Added small test for fortran.
This commit is contained in:
Jan-Cornelius Molnar 2015-06-01 20:01:34 +02:00
parent c75ad31778
commit 1d88194bce
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,3 @@
PROGRAM hello
PRINT *, "Hello World!"
END PROGRAM hello

View File

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

View File

@ -1,5 +1,5 @@
###
Requires https://github.com/FriendsOfPHP/PHP-CS-Fixer
Requires https://www.gnu.org/software/emacs/
###
"use strict"