first commit

This commit is contained in:
Boris
2024-01-15 20:14:10 +00:00
commit 8c81ee28b7
3106 changed files with 474415 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
BlueJ example project "hello"
Copyright (c) Michael K<>lling, Monash University, 1999-2000
This is "Hello world".
This project is distributed with the BlueJ system to make all those people
happy who want to look at "Hello World" before anything else.
Please note that I think that this project is totally unsuitable to learn
or teach anything about object-orientation. There is no sensible use of
objects in this problem, and I do not recommend using it for teaching OO.
You can start this project in two ways:
- create a "Hello" object and run its "go" method, or
- execute the static "main" method of the "Hello" class
Michael K<>lling, August 2000