/* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license */ package com.mycompany.mavenproject1; /** * * @author student */ public class Mavenproject1 { public static void main(String[] args) { System.out.println("Hello World!"); System.out.println("Hello World2!"); } }