Skip to content

Commit b613d6c

Browse files
authored
Merge pull request #13 from cmboell/master
testing pulling and pushing repos
2 parents acb45b4 + 11b6eef commit b613d6c

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

.vs/ProjectSettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": null
3+
}

.vs/VSWorkspaceState.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ExpandedNodes": [
3+
""
4+
],
5+
"SelectedNode": "\\test.java",
6+
"PreviewInSolutionExplorer": false
7+
}

.vs/slnx.sqlite

88 KB
Binary file not shown.

.vs/testingRepo/v16/.suo

13.5 KB
Binary file not shown.

test.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
import java.util.*;
22

33
// I am addingmore
4-
public class test {
54

6-
public static void main(String[] args) {
7-
System.out.println("Too late, I have already added something.");
8-
}
9-
10-
}

0 commit comments

Comments
 (0)