Add the basic template to generate webpage

This commit is contained in:
Gelieza K
2023-07-31 15:13:50 +02:00
parent 5b47a090a5
commit 65e88dff8e
41 changed files with 47715 additions and 0 deletions

5
src/XM_40017.jl Normal file
View File

@@ -0,0 +1,5 @@
module XM_40017
greet() = print("Hello World!")
end # module XM_40017