Skip to content

Commit 500d415

Browse files
committed
Added ExampleLib class
1 parent a18faaa commit 500d415

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

library/src/main/java/.gitkeep

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
public class ExampleLib {
3+
4+
/** Creates a greeting **/
5+
public String greet(String name) {
6+
return "Hi! " + name;
7+
}
8+
9+
}

0 commit comments

Comments
 (0)