Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions JAVA
Submodule JAVA added at 03ccdc
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
текст
11 changes: 11 additions & 0 deletions practice.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import java.util.Scanner;

public class practice {
public static void main(String args[]) {
int varInt = 34;
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment

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");
}
}
38 changes: 38 additions & 0 deletions s
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
commit 03ccdc6129a13cc35d08491b9500df5d0a2ce60a (HEAD -> master, origin/master, origin/HEAD)
Author: Zavalishchev <Andrey.Zavalishchev@gmail.com>
Date: Tue Jul 7 08:49:20 2020 +0300

new code line

commit ab4fd86f80e5f2fd1c3a18bbcf1651e526b774dd
Author: Zavalishchev <Andrey.Zavalishchev@gmail.com>
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 <skill.email.example@gmail.com>
Date: Fri Jun 26 05:38:28 2020 +0300

Move project and add phone book structure.

commit b8c8c3fe5abba9e169302d778c8cbbde876ae8a1 (origin/feature/init)
Author: Sergey Boychenko <serg.boychenko@gmail.com>
Date: Tue Jun 9 02:48:29 2020 +0300

Tests

commit f4a9962e341dc9b95f077fba88c37269222f28b4
Author: Sergey Boychenko <serg.boychenko@gmail.com>
Date: Tue Jun 9 02:45:49 2020 +0300

Init commit