add function handling (basic)

This commit is contained in:
2025-11-30 15:28:30 +02:00
parent c1e5fc90ee
commit 6aae5f9fb0
10 changed files with 215 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
package vars
import "time"
var START_TIME = time.Now()