diff --git a/examples/hello-world.cdb b/examples/hello-world.cdb new file mode 100644 index 0000000..425a63f Binary files /dev/null and b/examples/hello-world.cdb differ diff --git a/examples/hello-world/_wildcard.txt b/examples/hello-world/_wildcard.txt new file mode 120000 index 0000000..31ce6be --- /dev/null +++ b/examples/hello-world/_wildcard.txt @@ -0,0 +1 @@ +./index.txt \ No newline at end of file diff --git a/examples/hello-world/index.txt b/examples/hello-world/index.txt new file mode 100644 index 0000000..cd08755 --- /dev/null +++ b/examples/hello-world/index.txt @@ -0,0 +1 @@ +Hello world!