From f33bb50d3e15035aee97ef2a9c032f511aab447f Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Sat, 30 May 2020 17:13:09 -0700 Subject: Move example packages into test folder --- hello_world/app/main.f90 | 3 --- 1 file changed, 3 deletions(-) delete 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 deleted file mode 100644 index d16022b..0000000 --- a/hello_world/app/main.f90 +++ /dev/null @@ -1,3 +0,0 @@ -program hello_world - print *, "Hello, World!" -end program hello_world -- cgit v1.2.3