diff --git a/CSE-B/38-1018543-piyushnegi/helloworld.java b/CSE-B/38-1018543-piyushnegi/helloworld.java new file mode 100644 index 0000000..8efa5b4 --- /dev/null +++ b/CSE-B/38-1018543-piyushnegi/helloworld.java @@ -0,0 +1,7 @@ + + +class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +} \ No newline at end of file diff --git a/CSE-B/38-1018543-piyushnegi/java b/CSE-B/38-1018543-piyushnegi/java new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-B/38-1018543-piyushnegi/java @@ -0,0 +1 @@ + diff --git a/CSE-B/38-1018543-piyushnegi/numbers.java b/CSE-B/38-1018543-piyushnegi/numbers.java new file mode 100644 index 0000000..8a9d880 --- /dev/null +++ b/CSE-B/38-1018543-piyushnegi/numbers.java @@ -0,0 +1,10 @@ +public class numbers +{ + public static void main(String[] args) + { + for(int i = 1; i <= 10; i++) + { + System.out.println(i); + } + } +} \ No newline at end of file diff --git a/CSE-B/38_1018543_Piyush_Negi b/CSE-B/38_1018543_Piyush_Negi new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-B/38_1018543_Piyush_Negi @@ -0,0 +1 @@ + diff --git a/CSE-B/38_1018543_piyush_negi b/CSE-B/38_1018543_piyush_negi new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSE-B/38_1018543_piyush_negi @@ -0,0 +1 @@ +