Aktualizacja go, komentarze, drobne poprawki

This commit is contained in:
2025-02-11 22:25:39 +01:00
parent b99e169c02
commit 12155df9ca
3 changed files with 17 additions and 3 deletions

View File

@ -34,6 +34,7 @@ func main() {
loop := func() {
ticker := time.NewTicker(250 * time.Millisecond)
defer ticker.Stop()
for {
term.GoHome()
front.PrintMe()