From 15b42101353b8e2ebd88607d8fd237946098861c Mon Sep 17 00:00:00 2001 From: thatlittlegit Date: Mon, 16 Oct 2017 18:22:23 -0400 Subject: [PATCH] Fix indentation --- hello_world.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.f90 b/hello_world.f90 index 6ce9ddc..08677f4 100644 --- a/hello_world.f90 +++ b/hello_world.f90 @@ -1,4 +1,4 @@ program hello -print *, "Hello World!" + print *, "Hello World!" end program hello