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/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 596de7b..4be4222 100644 --- a/GitTest/src/Main.java +++ b/GitTest/src/Main.java @@ -1,12 +1,15 @@ - 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("master���ŋ������������ꂽ�̂𖳎������܂�branch1�ōX�ɕύX"); + System.out.println("�V�c����"); + System.out.println("a-matsumoto�ł��D"); + System.out.println("�ΒJ��"); System.out.println("ohta"); + } }