From eafba7a95131c34821c7bb725f1e26552c01271b Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Mon, 13 Apr 2020 19:16:43 -0500 Subject: Create simplest possible hello_world project --- hello_world/app/main.f90 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello_world/app/main.f90 (limited to 'hello_world/app') diff --git a/hello_world/app/main.f90 b/hello_world/app/main.f90 new file mode 100644 index 0000000..d16022b --- /dev/null +++ b/hello_world/app/main.f90 @@ -0,0 +1,3 @@ +program hello_world + print *, "Hello, World!" +end program hello_world -- cgit v1.2.3