I'm trying to write a calculator app with functions and get back into the swing of things. but this simple bit of code just skips over hello world. Anyone any idea why?
no worries dude. Just out of interest, your compiler was seeing line 12 as a function declaration, rather than a function call, which is why nothing was happening.