Revision history of "F90: Bom-dia personalizado"

From AdonaiMedrado.Pro.Br
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 03:42, 4 October 2008Adonaimedrado (Talk | contribs). . (184 bytes) (+184). . (New page: <code lang="fortran"> PROGRAM aula IMPLICIT NONE CHARACTER(LEN=10) :: Nome WRITE (*,*) "Digite seu nome" READ (*,*) Nome WRITE (*,*) "Bom-dia ", Nome, "!" END PROGRAM aula </code>)