Initial commit

This commit is contained in:
2025-01-24 10:58:38 +01:00
parent 2371645147
commit 1bfccba59f
4 changed files with 39 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
program main
use WebServer, only: say_hello
implicit none
call say_hello()
end program main