diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 00000000..6b611411 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,6 @@ +{ + "ExpandedNodes": [ + "" + ], + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/csharp-workbook/v16/.suo b/.vs/csharp-workbook/v16/.suo new file mode 100644 index 00000000..31ae47e3 Binary files /dev/null and b/.vs/csharp-workbook/v16/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 00000000..5cc0744a Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/DataTypes/.vs/DataTypes/DesignTimeBuild/.dtbcache b/DataTypes/.vs/DataTypes/DesignTimeBuild/.dtbcache new file mode 100644 index 00000000..8435b421 Binary files /dev/null and b/DataTypes/.vs/DataTypes/DesignTimeBuild/.dtbcache differ diff --git a/DataTypes/.vs/DataTypes/v16/.suo b/DataTypes/.vs/DataTypes/v16/.suo new file mode 100644 index 00000000..c0db5879 Binary files /dev/null and b/DataTypes/.vs/DataTypes/v16/.suo differ diff --git a/HelloWorld/HelloWorld.cs b/HelloWorld/HelloWorld.cs index 8168c805..830791dd 100644 --- a/HelloWorld/HelloWorld.cs +++ b/HelloWorld/HelloWorld.cs @@ -6,7 +6,7 @@ class Program { static void Main(string[] args) { - Console.WriteLine("Hello World!"); + Console.WriteLine("Hello Nick Riley!"); } } }