[wip] add experiments/localstore.nim (stub atm)

This commit is contained in:
Michael Bradley, Jr 2021-11-17 14:20:23 -06:00
parent 79ed1380bd
commit 65ddb5741b
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import pkg/task_runner
var runner = TaskRunner.new()
echo "Hello from localstore experiment #1"