you are viewing a single comment's thread
view the rest of the comments
[–] 33 points 2 years ago (1 child)

No line breaks. Just one long line of code.

  • source
  • hideshow 2 child comments
  • [–] 33 points 2 years ago* (3 children)

    All line breaks. Just one tower of code.

    class
    HelloWorld
    {
    public
    static
    void
    main(String[]
    args)
    {
    System.out.println("Hello,
    World!");
    }
    }
    
  • source
  • parent
  • hideshow 6 child comments
  • [–] 16 points 2 years ago*

    as always, c++ lets us do better in breathtakingly elegant fashion:

    #\
    i\
    n\
    c\
    l\
    u\
    d\
    e\
     \ 
    <\
    i\
    o\
    s\
    t\
    r\
    e\
    a\
    m\
    >
    

    finishing out hello world is left as an exercise to the reader, but the advantages and superior performance of this format should be obvious

  • source
  • parent