-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.e
12 lines (11 loc) · 891 Bytes
/
PROJECT_LANG_1.e
1
2
3
4
5
6
7
8
9
10
11
12
-- Tiny Death Star is closed source, and I don't know what language it is written in. I didn't want to choose the name of a tower, I wanted to choose something else, but I couldn't find anything, so I settled on the one programming language with the name of a tower (that I know of) and added this file, as I want this project to have a language assigned to it, so I wrote this file in Eiffel
class
LANGUAGE_TOWER
create
make
feature
make
do
print ("Tiny Death Star is closed source, and I don't know what language it is written in. I didn't want to choose the name of a tower, I wanted to choose something else, but I couldn't find anything, so I settled on the one programming language with the name of a tower (that I know of) and added this file, as I want this project to have a language assigned to it, so I wrote this file in Eiffel")
end
end