Add working prototype for retrieving data

This commit is contained in:
2025-01-24 11:56:20 +01:00
parent 1bfccba59f
commit f47f2e738f
5 changed files with 41 additions and 10 deletions
+4 -1
View File
@@ -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