Skip to content

warepo/unifebe-s3-edd-t2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compilando e rodando o código

C:\path\to\project\
$ mkdir build

C:\path\to\project\
$ javac -encoding utf8 ./source/*.java -d ./build

C:\path\to\project\
$ cd build

C:\path\to\project\build\
$ java ClassName