This commit is contained in:
edgar.juarez 2024-02-29 09:48:58 -06:00
commit 9338d30c5e
1 changed files with 5 additions and 0 deletions

5
a.java Normal file
View File

@ -0,0 +1,5 @@
public class a {
public static void main(String[] args) {
System.out.println("SADSA");
}
}