Skip to content

Commit ad376dc

Browse files
authored
Simplfying Fortran hello world example. (#1166)
1 parent 7d61692 commit ad376dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

f/Fortran.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
program helloworld
21
print *,'Hello World'
3-
end program helloworld
2+
end

0 commit comments

Comments
 (0)