Skip to content

Commit cff42d4

Browse files
committed
added main method for testing
1 parent c6ed432 commit cff42d4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

allocations/src/main/java/com/github/chrishantha/sample/allocations/AllocationsApplication.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ public String toString() {
5151
"max=" + max +
5252
'}';
5353
}
54+
55+
public static void main(String[] args)
56+
{
57+
System.out.println("testing allocation program");
58+
}
5459
}

0 commit comments

Comments
 (0)