зеркало из https://github.com/microsoft/git.git
14 строки
249 B
Plaintext
14 строки
249 B
Plaintext
|
module RIGHT
|
||
|
|
||
|
implicit none
|
||
|
private
|
||
|
|
||
|
interface letters ! generic interface
|
||
|
module procedure aaaa, &
|
||
|
bbbb, &
|
||
|
ChangeMe, &
|
||
|
dddd
|
||
|
end interface
|
||
|
|
||
|
end module RIGHT
|