From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/imfort/tasks/hello.f | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/imfort/tasks/hello.f (limited to 'sys/imfort/tasks/hello.f') diff --git a/sys/imfort/tasks/hello.f b/sys/imfort/tasks/hello.f new file mode 100644 index 00000000..f1649f31 --- /dev/null +++ b/sys/imfort/tasks/hello.f @@ -0,0 +1,6 @@ +c HELLO -- Sample Fortran program to demonstate compile/link. + + program hello + write (*,*) 'hello, world!' + stop + end -- cgit