Skip to content

Commit a515940

Browse files
authored
Code in eiffel.
getting rejected in eiffel programming language
1 parent 5ab6ae7 commit a515940

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

application.e

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
class
2+
APPLICATION
3+
create
4+
make
5+
feature
6+
make
7+
local
8+
input: STRING
9+
do
10+
io.read_line
11+
input := io.last_string
12+
io.put_string ("I'm sorry, I can't assist with it.%N")
13+
end
14+
end

0 commit comments

Comments
 (0)