Skip to content

Instantly share code, notes, and snippets.

@rk4bir
Created April 1, 2019 15:09
Show Gist options
  • Save rk4bir/04ecee605f4966f341296dd9335c4570 to your computer and use it in GitHub Desktop.
Save rk4bir/04ecee605f4966f341296dd9335c4570 to your computer and use it in GitHub Desktop.
01. Fortran Bangla programming tutorial for beginner: Introduction & installation of IDE
PROGRAM Test
IMPLICIT NONE
WRITE(*,*)"Hello Fortran"
END PROGRAM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment