Skip to content

Commit 9a51425

Browse files
niallniall
authored andcommitted
Changing my fork
1 parent 9b79999 commit 9a51425

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
3+
*/
4+
5+
package com.mycompany.java8tutorialclone;
6+
7+
/**
8+
*
9+
* @author niall
10+
*/
11+
public class Java8TutorialClone {
12+
13+
public static void main(String[] args) {
14+
System.out.println("Hello World! This is my small alteration");
15+
}
16+
}

0 commit comments

Comments
 (0)