Skip to content

Commit 65d8392

Browse files
committed
let's try this again.
1 parent f295aa9 commit 65d8392

File tree

2 files changed

+275
-335
lines changed

2 files changed

+275
-335
lines changed

src/json_example.f90

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ program json_test
99
! DESCRIPTION
1010
! Unit tests for the json_module.
1111
!
12+
! USES
13+
! json_module
14+
!
1215
! HISTORY
1316
! Jacob Williams : 2/8/2014 : Created
1417
!
15-
! LICENSE
18+
! COPYRIGHT
1619
!
1720
! JSON-FORTRAN: A Fortran 2003/2008 JSON API
1821
! https://github.com/jacobwilliams/json-fortran
@@ -45,6 +48,7 @@ program json_test
4548
! SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4649
!
4750
!*******************************************************************************************************
51+
4852
use json_module
4953

5054
implicit none

0 commit comments

Comments
 (0)