adicionei comentários
This commit is contained in:
16
src/main/java/com/mycompany/ciclowhile/Ciclowhile.java
Normal file
16
src/main/java/com/mycompany/ciclowhile/Ciclowhile.java
Normal file
@@ -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!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user