All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Eiffel.test.application.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
note
	description: "test application root class"
	date: "$Date$"
	revision: "$Revision$"

class
	APPLICATION

inherit
	ARGUMENTS

create
	make

feature {NONE} -- Initialization

	make
			-- Run application.
		do
			-- add your code here.
		end
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy