First commit >:]

This commit is contained in:
2023-09-17 13:34:03 -04:00
commit b7c28cbf0d
23 changed files with 1410 additions and 0 deletions

5
main.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func main() {
RunDashboard(LoadTime())
}