Bael-7386

Added main class file.
This commit is contained in:
parthiv39731 2024-03-01 18:09:57 +05:30
parent a075dc04fe
commit 771a764474
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package com.baeldung.redpanda;
public class Application {
public static void main(String[] args) {
}
}