testing script and source

This commit is contained in:
2026-01-16 16:08:18 -05:00
parent 7e3af14059
commit e097d428b3
27 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
[app]
name = "simple"
version = "0.0.1"
authors = ["vx-clutch"]

View File

@@ -0,0 +1,5 @@
# simple
This simple example shows the extensibility of the Fes framework. It shows the
you do not necessarily need to use the site object (although it is recommended)
you can define your own site, similar to how Lisps do things.

View File

@@ -0,0 +1 @@
return "Hello, World!"