GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
x-way
/
zweic
Browse code
Added \n
master
1 parent
1a1a57c
commit
2bd53e9b5c05b6aa9c0fa442ad19771e6a702e4a
glproj03
authored
on 26 Jan 2006
Patch
Unified
Split
Showing
1 changed file
+1
-0
■
■■■■
tests/5/while.zwei
Ignore Space
Show notes
View
1
■
■■■■
tests/5/while.zwei
Int
a
=
0
;
while
(
a
<
10
)
{
a
=
a
+
1
;
printInt
(
a
);
printChar
(
10
);
}
}
Show line notes below