From ab4b19243c3edbe8e1800875ed4b8294d13aea0a Mon Sep 17 00:00:00 2001 From: artless Date: Wed, 4 Apr 2018 19:22:45 +0100 Subject: [PATCH] Moved files from hello directory into new examples directory --- test/{hello => examples}/Makefile | 0 test/{hello => examples}/hello.f90 | 0 test/{hello => examples}/pingpong.f90 | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/{hello => examples}/Makefile (100%) rename test/{hello => examples}/hello.f90 (100%) rename test/{hello => examples}/pingpong.f90 (100%) diff --git a/test/hello/Makefile b/test/examples/Makefile similarity index 100% rename from test/hello/Makefile rename to test/examples/Makefile diff --git a/test/hello/hello.f90 b/test/examples/hello.f90 similarity index 100% rename from test/hello/hello.f90 rename to test/examples/hello.f90 diff --git a/test/hello/pingpong.f90 b/test/examples/pingpong.f90 similarity index 100% rename from test/hello/pingpong.f90 rename to test/examples/pingpong.f90