initial proof of concept

This commit is contained in:
alu
2026-08-04 20:12:47 +00:00
commit cc4698e311
10 changed files with 543 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
app "finally-a-monolithic-linux-hw-monitor/app"
)
func main() {
app.Run()
}