Changeset 114 for trunk/Softwares/Test/Test_066/src/c/main.c
- Timestamp:
- Apr 17, 2009, 12:35:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/Test/Test_066/src/c/main.c
r112 r114 14 14 int main() 15 15 { 16 /* printf("Hello World !!!\n"); */ 16 printf("Hello World !!!\n"); 17 17 18 for (int i=0; i<20; ++i)19 printf("i : %d\n",i);20 21 18 exit (0); 22 19
Note: See TracChangeset
for help on using the changeset viewer.