This commit is contained in:
EmmanuelTiamzon
2025-09-30 12:30:40 +02:00
parent 07d07c2af1
commit 60fa34b04f
6 changed files with 40 additions and 15 deletions

5
DEV.3.1/TP/TP1/Main.java Normal file
View File

@@ -0,0 +1,5 @@
public class Main {
public static void main(String[] args) {
Vote vote = new Vote();
}
}