commit 3a8378761aa96896d711dcf675574699762d90ad Author: 250401 <250401@localhost> Date: Tue Nov 11 11:35:09 2025 +0000 adicionei comentários diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..3a9c55f --- /dev/null +++ b/pom.xml @@ -0,0 +1,13 @@ + + + 4.0.0 + com.mycompany + Ciclowhile + 1.0-SNAPSHOT + jar + + UTF-8 + 24 + com.mycompany.ciclowhile.Ciclowhile + + \ No newline at end of file diff --git a/src/main/java/com/mycompany/ciclowhile/Ciclowhile.java b/src/main/java/com/mycompany/ciclowhile/Ciclowhile.java new file mode 100644 index 0000000..15cee30 --- /dev/null +++ b/src/main/java/com/mycompany/ciclowhile/Ciclowhile.java @@ -0,0 +1,16 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + */ + +package com.mycompany.ciclowhile; + +/** + * + * @author 250401 + */ +public class Ciclowhile { + + public static void main(String[] args) { + System.out.println("Hello World!"); + } +}