56
crazyvk
7y

Programmers..

Comments
  • 1
    Kids are too mainstream. Legends earn respect. 😎
  • 23
    /*ULTRA LEGENDS*/

    #include<studio.h>
    main()
    {
    printf("*\n**\n***\n****\n*****");
    }
  • 10
    #include "studio.h"
    //Ultra ultra legends
    main()
    {
    printf("*");
    printf("/n");
    printf("*");
    printf("*");
    printf("/n");
    printf("*");
    printf("*");
    printf("*");
    printf("/n");
    printf("*");
    printf("*");
    printf("*");
    printf("*");
    printf("/n");
    printf("*");
    printf("*");
    printf("*");
    printf("*");
    printf("*");
    printf("/n");
    }
  • 1
  • 3
    @crazyvk lol boredom at work leads to this :/
  • 1
    @f03n1x now thats lame
  • 3
    @sayam how is showing how bored I am at work lame?
  • 1
    But they don't produce the same output....
  • 4
    mapM_ (print.intersperse ' ') (filter (not.null) $ reverse $ tails "*****" )
  • 2
    Just realized it should print
    this is a pattern

    And also <std.io>
  • 0
    Wtf is that indentation? Fcking kids
  • 0
    both are not standard c
Add Comment