From 6d2bdbe13cb6305b2756b2d4c945e6e6b6c99696 Mon Sep 17 00:00:00 2001 From: Ciprian Dorin Craciun Date: Sat, 10 Aug 2019 20:48:38 +0300 Subject: [PATCH] [examples] Add `Hello world!` example --- examples/hello-world.cdb | Bin 0 -> 3254 bytes examples/hello-world/_wildcard.txt | 1 + examples/hello-world/index.txt | 1 + 3 files changed, 2 insertions(+) create mode 100644 examples/hello-world.cdb create mode 120000 examples/hello-world/_wildcard.txt create mode 100644 examples/hello-world/index.txt diff --git a/examples/hello-world.cdb b/examples/hello-world.cdb new file mode 100644 index 0000000000000000000000000000000000000000..425a63fa40ce8a5ac60548d1cc029bd90bad6cca GIT binary patch literal 3254 zcmeHHyKdA#6b-4s36BB^%B4bzPeM?;M-==``u!{redFn`7hO z|Ez=edq4R7uknJbz3O5l2YOp%yLvb(>IwnKVhCddViCtEm6QX(rGOeRfk>JIr6EEb zOO8@{(Vc(k!W5+*WwNfUu56ZoTyQ|N&@4@Ho&uRtjIqjz(#T*T2^CBzqEs$mjtDX! z$I?j1Ip$C)mNCW^1R|w<&KM#op&}R?!Zc(6Xel(5k{T+FF*#)n^#K z(zQuv$1l$&R#ZxlPn_JE}HLnB3cq9D^W6;2JlRy#ZM2{4$itq z!?=F%<;S;k?dk~0lQ(ad!=KA%A3fN7O{1gz!I|%eU#Hg3-+wM2I~x0}KD;$mzdiA@ KezCOR^1lEYsM3o7 literal 0 HcmV?d00001 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!