Going by the tradition, It is expected to be hello world… While not the first post, it’s one of the first after a long break.
[code lang=”C”] printf("Hello World!"); [/code]
I believe, its ideal, that I show it in C language. Whether its Go or Javascript or Python or Perl, whatever I try to write code on, you still can’t beat the transparency of C language. Others may be evolved, But C is pure at the core. You could visualise your code at the assembly level. Don’t think any other programming language gave me that comfort.