commit inicial

This commit is contained in:
2025-11-11 11:19:45 +00:00
commit cd1844c144
2 changed files with 29 additions and 0 deletions

View File

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