Skip to content

Commit d0fb366

Browse files
committed
test: update hello world
1 parent 2fcb6c6 commit d0fb366

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

test/fortran/sample.f90

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
program main
2-
! execution
3-
4-
call say_hello()
2+
3+
call say_hello(1, 2)
54

65
contains
76

@@ -10,6 +9,5 @@ subroutine say_hello(a,b)
109

1110
print *, "Hello, World!"
1211
end subroutine say_hello
13-
14-
12+
1513
end program main

0 commit comments

Comments
 (0)