Add working prototype for retrieving data
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
||||
program main
|
||||
use WebServer, only: say_hello
|
||||
use WebServer, only: get_progress
|
||||
use Greeter, only: say_hello
|
||||
|
||||
implicit none
|
||||
|
||||
call say_hello()
|
||||
call get_progress()
|
||||
end program main
|
||||
|
||||
Reference in New Issue
Block a user