hello world

Hi everyone, my name's David. I went through spinal fusion surgery about a year ago to correct severe scoliosis, and now I'm at the point where I can start getting back into shape. I'm very interested in powerlifting, martial arts (Wing Chun Kung Fu) and Yoga. I'm sure I'll be able to learn some useful facts here to help in my recovery and lifelong fitness. Nice to be here. :)
 
Welcome!

Do I see a fellow IT person?
 
quia_pius_es said:
I don't know, what's an IT person?

IT refers to Information Technology.

"Hello World" is very famous with computer geeks. "Hello World" refers to a simple program, written in a computer language, that displays "Hello World" on computer screen.
People write "Hello World" programs as their first hands-on experience while learning a new programming language.
 
The is my all time favorite IT person and anyone who knows what a is, is very likely to be an IT person. :D

Oh and welcome to the forum quia_pius_es wether or not you are an IT person
 
Servo888 said:
#include <stdio.h>

int main()
{
printf("Hello World\n");
return 0;
}

Hello World in C :).

Yeah, that's what I meant.
 
Back
Top