diff --git a/GSC.java.txt b/GSC.java.txt new file mode 100644 index 0000000..e538e4a --- /dev/null +++ b/GSC.java.txt @@ -0,0 +1,17 @@ + + +public class GSC{ + + int x; + + public GSC() { + + } + public int getX() { + return x; + } + public void setX(int x) { + this.x = x; + } + +} diff --git a/NewFile.txt b/NewFile.txt new file mode 100644 index 0000000..e538e4a --- /dev/null +++ b/NewFile.txt @@ -0,0 +1,17 @@ + + +public class GSC{ + + int x; + + public GSC() { + + } + public int getX() { + return x; + } + public void setX(int x) { + this.x = x; + } + +}