master
Dr. Sascha Woitschetzki 2024-02-26 08:43:08 +07:00
parent 2668bbb7a3
commit e9674e9c26
11 changed files with 9 additions and 6 deletions

@ -1,8 +1,13 @@
internal class Program using System.Diagnostics;
internal class Program
{ {
private static void Main(string[] args) private static void Main(string[] args)
{ {
Console.WriteLine("Hello, World!"); Console.Write("What's your name?: ");
string? name = Console.ReadLine();
if (name is null) return;
Console.WriteLine($"Hello, {name}!");
Console.WriteLine("The current time is " + DateTime.Now); Console.WriteLine("The current time is " + DateTime.Now);
} }
} }

Binary file not shown.

Binary file not shown.

@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("console")] [assembly: System.Reflection.AssemblyCompanyAttribute("console")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0c8f2d6897da5f48eb3ca4343bcbebaf6883afa5")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2668bbb7a3572c332317e1a80b4d66e74459e70a")]
[assembly: System.Reflection.AssemblyProductAttribute("console")] [assembly: System.Reflection.AssemblyProductAttribute("console")]
[assembly: System.Reflection.AssemblyTitleAttribute("console")] [assembly: System.Reflection.AssemblyTitleAttribute("console")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

@ -1 +1 @@
47ec32ded1e9f12d47380216314d79ecb79da55a6cf847c8746a0661553cf96c 498c41322ac3123ae408772d311f4aee43b9cf5910d658848b99cd2a3be83ec2

@ -7,7 +7,6 @@
/home/sascha/console/obj/Debug/net8.0/console.AssemblyInfoInputs.cache /home/sascha/console/obj/Debug/net8.0/console.AssemblyInfoInputs.cache
/home/sascha/console/obj/Debug/net8.0/console.AssemblyInfo.cs /home/sascha/console/obj/Debug/net8.0/console.AssemblyInfo.cs
/home/sascha/console/obj/Debug/net8.0/console.csproj.CoreCompileInputs.cache /home/sascha/console/obj/Debug/net8.0/console.csproj.CoreCompileInputs.cache
/home/sascha/console/obj/Debug/net8.0/console.sourcelink.json
/home/sascha/console/obj/Debug/net8.0/console.dll /home/sascha/console/obj/Debug/net8.0/console.dll
/home/sascha/console/obj/Debug/net8.0/refint/console.dll /home/sascha/console/obj/Debug/net8.0/refint/console.dll
/home/sascha/console/obj/Debug/net8.0/console.pdb /home/sascha/console/obj/Debug/net8.0/console.pdb

Binary file not shown.

Binary file not shown.

@ -1 +0,0 @@
{"documents":{"/home/sascha/console/*":"https://raw.githubusercontent.com/DJh2o2/console/0c8f2d6897da5f48eb3ca4343bcbebaf6883afa5/*"}}

Binary file not shown.