task1/README
author japod@localhost
Sun, 28 Sep 2008 14:12:38 +0200
changeset 6 97662396c0fd
parent 5 d283f4401334
permissions -rw-r--r--
Adding solutions received for task1
jtulach@5
     1
This directory shall contain solutions for the task1.
jtulach@5
     2
Each solution is NetBeans Java SE project, in its own
japod@6
     3
directory solution<id>. The id is a number of the solution.
japod@6
     4
A README file in a solution<id> dir can contain
japod@6
     5
detailed information on the solution and
jtulach@5
     6
shall somehow reflect the internals and be based on
jtulach@5
     7
some significant aspect used in the solution. For
jtulach@5
     8
example: welltested, delegating, verbose, etc.
jtulach@5
     9