Add calendar example and supporting functions

This commit is contained in:
King_DuckZ 2020-05-03 01:54:00 +02:00
commit 90d93d2583
4 changed files with 192 additions and 0 deletions

View file

@ -0,0 +1,5 @@
executable('calendar',
'main.cpp',
dependencies: wrenpp_dep,
install: false,
)