18 lines
340 B
Java
18 lines
340 B
Java
/*
|
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
|
*/
|
|
|
|
package com.mycompany.primeirogit;
|
|
|
|
/**
|
|
*
|
|
* @author 250410
|
|
*/
|
|
public class Primeirogit {
|
|
|
|
public static void main(String[] args) {
|
|
System.out.println("Hello World!");
|
|
//adicionei um comentário util
|
|
}
|
|
}
|