scene.org File Archive

File download

<root>­/­parties­/­2023­/­vccc23­/­christmas-diamonds/sergey-pavlov_windows-csharp_vc3-2023.zip

File size:
10 718 bytes (10.47K)
File date:
2024-01-03 14:15:18
Download count:
all-time: 2

Preview

  • file_id.diz 452B
  • xmas-2023-c#-screen.png 6.98K
  • xmas-2023-c#-source.png 3.73K
  • xmas-2023.cs 86B
  • xmas-2023.csproj 352B

file_id.diz

X-mas 2023 C#

Author: Sergey Pavlov
Category: Christmas Challenge
System:   Windows or Linux
Language: C#
Len source code: 86
Instructions:
    Download and install .NET 8 SDK: https://dotnet.microsoft.com/en-us/download/dotnet/8.0
    In    the    directory     with
    xmas-2023.csproj file run from command line:
      dotnet run
Description:
    Prints '*' at places satisfying the equation
    (x+y)%6==3 || (x-y)%6==3
Comments: