Hour 2: Writing Your first C program
¶
Example 2.1, Page No.28
¶
In [1]:
print
"Howdy, neighbout! This is my first C Program."
Howdy, neighbout! This is my first C Program.