6 lines
228 B
C
6 lines
228 B
C
main() /* Example 1.2 */
|
|
{
|
|
printf("One small step for C, one giant leap for me.");
|
|
}
|
|
|