Create README.md

This commit is contained in:
Gregory Campbell
2021-07-08 21:57:04 -04:00
committed by GitHub
parent 0dce6b1259
commit 16cd3c47aa
+7
View File
@@ -0,0 +1,7 @@
# fortran-hangman
I took a fortran77 hangman program and updated it to run on fortran95
Simply run `make` to create the executable and then run `./Hangman` to play a game a hangman
You can also run `make 77` to generate an executable for the fortran77 version (which can also be run with `./Hangman`