From 2b517647ac78ae141e6b614ebc7f65357dcde431 Mon Sep 17 00:00:00 2001 From: 250416 <250416@localhost> Date: Mon, 27 Apr 2026 17:10:14 +0100 Subject: [PATCH] Commit inicial --- .../ProjetoSIstemaGestaoDeAlunos.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/java/com/mycompany/projetosistemagestaodealunos/ProjetoSIstemaGestaoDeAlunos.java 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!"); + } +}