diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..9241fcf --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae3c172 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/bin/ diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..8d17d1f --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..9594111 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e8a2a2d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.project b/.project new file mode 100644 index 0000000..002e2bd --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + GitTest + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/GitTest/GitTest.iml b/GitTest/GitTest.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/GitTest/GitTest.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/GitTest/src/Main.java b/GitTest/src/Main.java index 98e27a4..897b494 100644 --- a/GitTest/src/Main.java +++ b/GitTest/src/Main.java @@ -1,12 +1,17 @@ - public class Main { public static void main(String[] args) { System.out.println("branch1�ŕ��ʂɕύX"); - System.out.println("branch2 ��branch1�Ƌ�������C�����s��"); - System.out.println("master���ŋ������������ꂽ�̂𖳎������܂�branch2�ł��X�ɕύX"); - System.out.println("master���ŋ������������ꂽ�̂𖳎������܂�branch1�ōX�ɕύX"); + System.out.println("branch2 ��branch1�Ƌ�������C�����s��"); + System.out.println("master���ŋ������������ꂽ�̂𖳎������܂�branch2�ł��X�ɕύX"); + System.out.println("master���ŋ������������ꂽ�̂𖳎������܂�branch1�ōX�ɕύX"); + System.out.println("�V�c����"); + System.out.println("a-matsumoto�ł��D"); + System.out.println("�ΒJ��"); + System.out.println("ohta"); + System.out.println("t-kazehaya"); System.out.println("���{�؁X�q"); + } }