Hello World !

This is our first blog post and we couldn’t think of a better way to say hello. Hello World is often the first program written by many when learning a new programming language.

So here we go to start a portal for all the people who are really crazy for coding. Here you can share and discuss your all coding related problems. It will also help people to nail the technical interviews of big software companies. Cheers, Go Crazyyyy !

#include <stdio.h>
 
int main()
{
  printf("Hello world\n");
  return 0;
}

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Post Navigation