2010-06-13 07:58:52 -04:00
|
|
|
#include <stdio.h>
|
|
|
|
|
2009-03-15 05:09:38 -04:00
|
|
|
printf("Hello\n");
|
|
|
|
printf("Hello\n"); /* this is a comment */ printf("Hello\n");
|
|
|
|
printf("Hello\n");
|
2009-02-10 03:42:09 -05:00
|
|
|
// this is also a comment sayhello();
|
2009-03-15 05:09:38 -04:00
|
|
|
printf("Hello\n");
|