URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       MoveOn
  HTML https://moveon.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: General Discussion
       *****************************************************
       #Post#: 10--------------------------------------------------
       How to Fortran
   DIR By: box
       Date: August 13, 2023, 5:23 am
       ---------------------------------------------------------
       - Menulis kode program hello world
  HTML https://emoji.tapatalk-cdn.com/emoji223.png
       --- Code ---
       
       program helloworld
       implicit none
       character*13 hello_string
       hello_string = "Hello, world!"
       write (*,*) hello_string
       end program helloworld
       
       --- End Code ---
       - Run program. a.out. dengan mengetik ./a.out.
       Untuk mengunduh compailer Fortran (FTN95) Personal Edition dapat
       di unduh di sini
  HTML https://ufile.io/qx400s5s.
       *****************************************************
       Page 1 of 1