×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    HelloBrainfuck: Difference between revisions

    Content added Content deleted
    imported>TaLisMaN
    mNo edit summary
    imported>mutante
    mNo edit summary
     
    (3 intermediate revisions by 2 users not shown)
    Line 1: Line 1:
    This is an example of "Hello World" in BrainFuck
    This is an example of "Hello World" in [[Brainfuck]]
    <pre>
    <pre>
    >+++++++++[<++++++++>-]<.>++++++[<+++++>-]<-.+++++++..++
    >+++++++++[<++++++++>-]<.>++++++[<+++++>-]<-.+++++++..++
    Line 30: Line 30:
    (by ldr)
    (by ldr)
    </pre>
    </pre>



    [[Category:Programming]]
    [[Category:Computer]]

    Latest revision as of 16:50, 19 March 2005

    This is an example of "Hello World" in Brainfuck

    >+++++++++[<++++++++>-]<.>++++++[<+++++>-]<-.+++++++..++
    +.
    >>+++++++[<++++++>-]<++.------------.<++++++++.--------.
    +++.------.--------.>+.>++++++++++.
    


    Task: change this to "Hello Fnord"  ;)


    Task solved:

    
    >+++++++++[<++++++++>-]<.
    >++++++[<+++++>-]<-.
    +++++++..
    +++.
    >>+++++++[<++++++>-]<++.
    ------------.
    <<++++++++[>-----<-]>-.
    <++++++++[>+++++<-]>.
    +.
    +++.
    <++[>-------<-]>.
    >+.
    >++++++++++.
    
    (by ldr)
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.