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/README.txt b/README.txt new file mode 100644 index 0000000..3fbaad4 --- /dev/null +++ b/README.txt @@ -0,0 +1 @@ +текст 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