What is Nostr?
ひでまる /
npub1z40…0z4n
2023-12-13 04:10:02

ひでまる on Nostr: 書いてみた package main import ( "fmt" "time" ) func main() { message := "GNU is ...

書いてみた

package main

import (
"fmt"
"time"
)

func main() {
message := "GNU is not unix"
for {
fmt.Println(message)
message += " is not unix"
time.Sleep(time.Millisecond * 100)
}
}
RE: https://mi.v-sli.me/notes/9m4ocb2hrf

GNUはGNU is not unixの略。
GNU is not unixはGNU is not unix is not unixの略。
GNU is not unix is not unixはGNU is not unix is not unix is not unixの略。
GNU is not unix is not unix is not unixはGNU is not unix is not unix is not unix is not unixのりゃ.......


Author Public Key
npub1z4033yh95p8mvket8hhrm0cpj0y7m3prsle08v5u6e9qtc3ms0hsg40z4n