We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f295aa9 commit 65d8392Copy full SHA for 65d8392
src/json_example.f90
@@ -9,10 +9,13 @@ program json_test
9
! DESCRIPTION
10
! Unit tests for the json_module.
11
!
12
+! USES
13
+! json_module
14
+!
15
! HISTORY
16
! Jacob Williams : 2/8/2014 : Created
17
-! LICENSE
18
+! COPYRIGHT
19
20
! JSON-FORTRAN: A Fortran 2003/2008 JSON API
21
! https://github.com/jacobwilliams/json-fortran
@@ -45,6 +48,7 @@ program json_test
45
48
! SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46
49
47
50
!*******************************************************************************************************
51
+
52
use json_module
53
54
implicit none
0 commit comments