silly scheduling program

This commit is contained in:
2021-08-27 13:35:47 -06:00
parent f90dd4a599
commit a90455cea9
5 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"main": "sched.Main",
"name": "sched",
"description": "barebones schedule-maker",
"classPath": "src/",
"dependencies": {
"kiss": ""
},
"url": "https://github.com/NQNStudios/kisslang",
"contributors": [
"NQNStudios"
],
"version": "0.0.0",
"releasenote": "",
"tags": [],
"license": "LGPL"
}