commit 2b517647ac78ae141e6b614ebc7f65357dcde431 Author: 250416 <250416@localhost> Date: Mon Apr 27 17:10:14 2026 +0100 Commit inicial diff --git a/src/main/java/com/mycompany/projetosistemagestaodealunos/ProjetoSIstemaGestaoDeAlunos.java b/src/main/java/com/mycompany/projetosistemagestaodealunos/ProjetoSIstemaGestaoDeAlunos.java new file mode 100644 index 0000000..e90b414 --- /dev/null +++ b/src/main/java/com/mycompany/projetosistemagestaodealunos/ProjetoSIstemaGestaoDeAlunos.java @@ -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!"); + } +}