new files
This commit is contained in:
parent
3af7344581
commit
86c034bb8b
1364 changed files with 21352 additions and 0 deletions
12
Task/Assertions/Eiffel/assertions-1.e
Normal file
12
Task/Assertions/Eiffel/assertions-1.e
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
class MAIN
|
||||
creation main
|
||||
feature main is
|
||||
local
|
||||
test: TEST;
|
||||
do
|
||||
create test;
|
||||
|
||||
io.read_integer;
|
||||
test.assert(io.last_integer);
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue