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