Jutge.org
Jutge.org
Home
Problems
About
Contact
Documentation
Index
FAQ
Compilers
Verdicts
Cheat sheets
Certificates
Markdown
Instructor guides
GitHub repositories
Fortran 77 Compiler
Compiler
F2C
Name
Fortran 77 Compiler
Language
Fortran
Program and version
f2c (Fortran to C Translator) version 20160102.
Description
Fortran 77 Compiler
Type
compiler (2C)
Flags1
Flags2
Extension
.f
Status
Ok
P68688
c Fortran
PROGRAM
Hello
WRITE
(
*
,
'(A)'
)
"Hello world!"
END