Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
fortran-comment-legacy-star
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
text
13 lines
162 Bytes
Copy permalink
Copy
Raw
1
module a
2
3
contains
4
5
* subroutine wrong
6
subroutine RIGHT
7
* subroutine wrong
8
9
real ChangeMe
10
11
end subroutine RIGHT
12
13
end module a