We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b79999 commit 9a51425Copy full SHA for 9a51425
1 file changed
Java8TutorialClone/src/main/java/com/mycompany/java8tutorialclone/Java8TutorialClone.java
@@ -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