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
Transfer to URL with SHA
Find file
Newer
Older
tree:
949b8b9aad
Branches
Tags
×
master
zweic
/
tests
/
5
/ cond_not.zwei
glproj03
on 27 Jan 2006
116 bytes
version 1 unittest.py added, risc.jar added
Raw
Blame
History
//#isut
{
//#1
printInt
(
1
);
//#0\n
printInt
(!
1
);
printChar
(
10
);
//#01
printInt
(
0
);
printInt
(!
0
);
}