Skip to content

Commit 550c371

Browse files
committed
initial commit
1 parent 53c6c20 commit 550c371

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/LogicBuilding/Test.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
* Q. Problem Statement :
77
*/
88
public class Test {
9+
public static void main(String[] args) {
10+
System.out.println("Print Check");
11+
}
912
}

0 commit comments

Comments
 (0)