What it does: Uses FORTRAN for printing Hello world!
How I built it: I used the FORTRAN language (for the 1st time). It is one of the oldest programming languages.
Challenges I ran into: Used this language for the first time.
code
Program Hello
Write(,) "Hello World!"
PRINT *, "This is in FORTRAN"
End
Built With
- fortran
- onlinegdb
Log in or sign up for Devpost to join the conversation.