An open API service indexing awesome lists of open source software.

https://github.com/filipe-bacof/mapa-programacao-2


https://github.com/filipe-bacof/mapa-programacao-2

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Para compilar:
```shell
javac -d out src/ui/*.java src/dominio/*.java
```

Para rodar:
```shell
java -cp out ui.Tela1
```