Files
3/src/lib/htmx.nim
cereci5049 724c570b35 021
2024-06-29 01:23:13 +05:30

7 lines
314 B
Nim

# This is just an example to get you started. Users of your hybrid library will
# import this file by writing ``import n3pkg/submodule``. Feel free to rename or
# remove this file altogether. You may create additional modules alongside
# this file as required.
proc getWelcomeMessage*(): string = "Hello, World!"