Fortran program examples
I use these programs to test compiler installations and compile rules.
Nothing fancy here.
- hello2.f is a F77 version of the infamous
Hello World program.
- hello3.r is a ratfor version of the Hello World
program.
- hello4.f is another primitive hello world program.
program.
- hello.f prints AREA IS 225.
It actually does a little computation.
- hello.c is the f2c translation of hello.f.
- makefile uses the standard SEP rules and GCC.