Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredahern committed Jul 18, 2016
2 parents 4daa1e6 + 36ced3c commit 3830a3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test.F90
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
PROGRAM test
IMPLICIT NONE
CHARACTER(8) :: date
CHARACTER(10) :: time
CHARACTER(5) :: zone
INTEGER :: values(8)

WRITE(*,*) "Hello, World!"

WRITE(*,*) "Welcome."

WRITE(*,*) "Bonjour."

CALL DATE_AND_TIME(date,time,zone,values)
WRITE(*,*) date, time, zone

END PROGRAM test

0 comments on commit 3830a3b

Please sign in to comment.