![zik.saleeba](/assets/img/avatar_default.png)
git-svn-id: http://picoc.googlecode.com/svn/trunk@70 21eae674-98b7-11dd-bd71-f92a316d2d60
7 lines
75 B
C
7 lines
75 B
C
int Count;
|
|
|
|
for (Count = 1; Count <= 10; Count++)
|
|
{
|
|
printint(Count);
|
|
}
|