From ab4fd86f80e5f2fd1c3a18bbcf1651e526b774dd Mon Sep 17 00:00:00 2001 From: Zavalishchev Date: Tue, 7 Jul 2020 08:35:06 +0300 Subject: [PATCH 1/3] Add new line to README.txt --- README.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e69de29 From 03ccdc6129a13cc35d08491b9500df5d0a2ce60a Mon Sep 17 00:00:00 2001 From: Zavalishchev Date: Tue, 7 Jul 2020 08:49:20 +0300 Subject: [PATCH 2/3] new code line --- README.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/README.txt b/README.txt index e69de29..3fbaad4 100644 --- a/README.txt +++ b/README.txt @@ -0,0 +1 @@ +текст From f1a23ed350d4058f15e3883218845ee2d5fc33bd Mon Sep 17 00:00:00 2001 From: Zavalishchev Date: Tue, 28 Jul 2020 13:30:54 +0300 Subject: [PATCH 3/3] added new files --- JAVA | 1 + practice.java | 11 +++++++++++ s | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 160000 JAVA create mode 100644 practice.java create mode 100644 s diff --git a/JAVA b/JAVA new file mode 160000 index 0000000..03ccdc6 --- /dev/null +++ b/JAVA @@ -0,0 +1 @@ +Subproject commit 03ccdc6129a13cc35d08491b9500df5d0a2ce60a diff --git a/practice.java b/practice.java new file mode 100644 index 0000000..069f9cf --- /dev/null +++ b/practice.java @@ -0,0 +1,11 @@ +import java.util.Scanner; + +public class practice { + public static void main(String args[]) { + int varInt = 34; + float varFloat = 36.6f; + String varString = "Some value"; + System.out.printf("Значение переменной с типом " + "int = %d, " + "а значение float = %f, " + "и string = %s", varInt, varFloat, varString); + System.out.println("Hello Git"); + } +} \ No newline at end of file diff --git a/s b/s new file mode 100644 index 0000000..9268213 --- /dev/null +++ b/s @@ -0,0 +1,38 @@ +commit 03ccdc6129a13cc35d08491b9500df5d0a2ce60a (HEAD -> master, origin/master, origin/HEAD) +Author: Zavalishchev +Date: Tue Jul 7 08:49:20 2020 +0300 + + new code line + +commit ab4fd86f80e5f2fd1c3a18bbcf1651e526b774dd +Author: Zavalishchev +Date: Tue Jul 7 08:35:06 2020 +0300 + + Add new line to README.txt + +commit 1aa2d5d415f9031e1a25a3ec61a19d77bdc3d491 +Merge: b8c8c3f 49590c6 +Author: ExampleAccountSkillFactory <66938478+ExampleAccountSkillFactory@users.noreply.github.com> +Date: Fri Jun 26 05:39:38 2020 +0300 + + Merge pull request #1 from SkillfactoryCoding/addPhoneBookStructure + + Move project and add phone book structure. + +commit 49590c69a2beeace13bfa19977e4cd35eca04917 (origin/addPhoneBookStructure) +Author: ExampleAccountSkillFactory +Date: Fri Jun 26 05:38:28 2020 +0300 + + Move project and add phone book structure. + +commit b8c8c3fe5abba9e169302d778c8cbbde876ae8a1 (origin/feature/init) +Author: Sergey Boychenko +Date: Tue Jun 9 02:48:29 2020 +0300 + + Tests + +commit f4a9962e341dc9b95f077fba88c37269222f28b4 +Author: Sergey Boychenko +Date: Tue Jun 9 02:45:49 2020 +0300 + + Init commit