Skip to content

Commit

Permalink
Bugs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ohthias committed May 20, 2023
1 parent 668a3f8 commit 3ae1d03
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 148 deletions.
1 change: 1 addition & 0 deletions Base/ArquivoX.java → Assets/ArquivoX.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package Assets;
import java.util.*;

public class ArquivoX {
Expand Down
2 changes: 2 additions & 0 deletions Base/trabComp.java → Assets/trabComp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package Assets;
import java.util.*;

public class trabComp {
Expand Down Expand Up @@ -30,5 +31,6 @@ public static void main(String[] args) {
else{
System.out.println("Desculpe, não estamos fazendo cadastros nesse momento, tente novamente mais tarde");
}
sc.close();
}
}
Loading

0 comments on commit 3ae1d03

Please sign in to comment.