plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
ex0014_httpServer.f90
Source File
MIT
6 statements
Source File
ex0014_httpServer.f90
Contents
Programs
main
Source Code
ex0014_httpServer.f90
Source Code
program
main
use
plantFEM
implicit none
integer
(
int32
)
::
i
print
*
,
(
i
,
i
=
1
,
12
,
2
)
end program
main