Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion CourseApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static double[] TaskB(double a, double b, double[] x)

public static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.WriteLine("Nikita_Bogomazov");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Остальное?

const double a = 2.2;
const double b = 3.8;
var resSingle = MyFunction(a, b, 4);
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Tprogramming_42_2019
# Nikita Bogomazov