@ -1,7 +1,11 @@
package main
import "fmt"
import (
"fmt"
"time"
)
func main() {
fmt.Printf("now -> %v", time.Now())
fmt.Println("Hello, World!")
}
The note is not visible to the blocked user.