Recent Posts

Hello, World! – again

In 15 Exercises for Learning a new Programming Language, Prashant Mhatre kicks off with: First of all, get familiar with Compiler, compiler option, editor shortcuts or integrated development environment (IDE). Start with a simple ‘Hello World’ program. Compile it. Use basic functionalities of debugger like setting break points, printing variable values, moving to the next or specific position, stopping debugger etc. Let’s jump straight into the code first.