7 lines
71 B
Fortran
7 lines
71 B
Fortran
PROGRAM GREETINGS
|
|
|
|
PRINT *, 'Real programmers write Fortran!'
|
|
|
|
END
|
|
|