https://github.com/filipe-bacof/mapa-programacao-2
https://github.com/filipe-bacof/mapa-programacao-2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/filipe-bacof/mapa-programacao-2
- Owner: Filipe-Bacof
- Created: 2024-11-08T03:23:17.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-17T15:44:10.000Z (7 months ago)
- Last Synced: 2025-01-21T12:23:58.598Z (5 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```