@@ -1,7 +1,7 @@
package main
import (
"fmt"
"hamster-tycoon/cmd"
"math/rand"
"time"
)
@@ -10,11 +10,5 @@ func init() {
rand.Seed(time.Now().UTC().UnixNano())
}
func main() {
fmt.Print("hello")
for {
fmt.Println("Infinite Loop 1")
time.Sleep(time.Second)
cmd.Execute()
The note is not visible to the blocked user.