Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
BinHong Lee f331a3c398 Update some formatting 7 anos atrás
docs Update some formatting 7 anos atrás
src Now uses Maven for compile, clean and execution 7 anos atrás
.gitignore Now uses Maven for compile, clean and execution 7 anos atrás
README.md Updated documentations to include all classes available 7 anos atrás
pom.xml Now uses Maven for compile, clean and execution 7 anos atrás

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