←back to thread

237 points ekr____ | 1 comments | | HN request time: 0s | source
Show context
numeromancer ◴[] No.42725074[source]
Just no.

    address = X
    length = *X
    address = address + 1
    while length > 0 {
        address = address + 1
        print *address
    }
replies(2): >>42728516 #>>42729863 #
1. ◴[] No.42728516[source]