Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 321 Bytes

FortranSample.md

File metadata and controls

20 lines (12 loc) · 321 Bytes

Test out your code

Random instructions

Like any programming language, we need to start with Hello World. Click the code

program hello
   Print *, "Hello World!"
end program Hello

Then click the RUN IT button at the bottom navigation bar.

Wait a sec...

dot dot dot

and your code is complete.