ひでまる 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
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
quoting note1a66…mudxGNUは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のりゃ.......