Skip to content

Commit e6f9af4

Browse files
authored
Merge pull request eugenp#6265 from amdegregorio/master
BAEL-2542
2 parents c9fd46e + 724139c commit e6f9af4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.baeldung.jar;
2+
3+
public class JarExample {
4+
5+
public static void main(String[] args) {
6+
System.out.println("Hello Baeldung Reader!");
7+
}
8+
9+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Main-Class: com.baeldung.jar.JarExample

0 commit comments

Comments
 (0)