選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
BinHong Lee d82f2cf735 Fixed some formatting on docs 7年前
docs Fixed some formatting on docs 7年前
src Now uses Maven for compile, clean and execution 7年前
.gitignore Now uses Maven for compile, clean and execution 7年前
README.md Updated documentations to include all classes available 7年前
pom.xml Now uses Maven for compile, clean and execution 7年前

README.md

Library System

NOTE: Still not working as intended.

Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Any JDK

Use

- Clone this repository

git clone https://github.com/binhonglee/LibrarySystem.git

- Run the program

mvn compile
mvn exec:java

- Run test

mvn test