parent
c75ad31778
commit
1d88194bce
|
@ -0,0 +1,3 @@
|
|||
PROGRAM hello
|
||||
PRINT *, "Hello World!"
|
||||
END PROGRAM hello
|
|
@ -0,0 +1,3 @@
|
|||
program hello
|
||||
print *, "Hello World!"
|
||||
end program hello
|
|
@ -1,5 +1,5 @@
|
|||
###
|
||||
Requires https://github.com/FriendsOfPHP/PHP-CS-Fixer
|
||||
Requires https://www.gnu.org/software/emacs/
|
||||
###
|
||||
|
||||
"use strict"
|
||||
|
|
Loading…
Reference in New Issue