Writing and Compiling C programs on Linux
By Tony Lawrence2005-04-22
Hello World
echo "Hello World";You've learned the very first thing about C - lines always end with a ";". Well, that's not quite true, but this kind of line does.
Call it "hello.c" (because that's what these are always called).
Tutorial pages:
|
© Copyright 2005 A.P. Lawrence
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Writing and Compiling C programs on Linux"
You must be logged in to post a comment.
Link to This Tutorial Page!

