Commit inicial

This commit is contained in:
250416
2026-04-27 17:10:14 +01:00
commit 2b517647ac

View File

@@ -0,0 +1,16 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
*/
package com.mycompany.projetosistemagestaodealunos;
/**
*
* @author 250416
*/
public class ProjetoSIstemaGestaoDeAlunos {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}