Skip to content

Commit

Permalink
adding test file for the eiffel language
Browse files Browse the repository at this point in the history
  • Loading branch information
elviejo79 committed Nov 25, 2024
1 parent ea4d4f3 commit bb973cb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tests/data/eiffel.e
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
-- 25 lines 16 code 3 comments 6 blanks
note
description: "eiffel_tokei application root class"
date: "$Date$"
revision: "$Revision$"

class
APPLICATION

inherit
ARGUMENTS_32

create
make

feature {NONE} -- Initialization

make
-- Run application.
do
--| Add your code here
print ("Hello Eiffel World!%N")
end

end

0 comments on commit bb973cb

Please sign in to comment.