Skip to content

Commit

Permalink
Add version
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Nov 25, 2023
1 parent 161174c commit e5873c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DeveMazeGeneratorCore.ConsoleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;

Expand All @@ -22,6 +23,7 @@ public class Program
{
public static void Main(string[] args)
{
Console.WriteLine($"DeveMazeGeneratorCore version: {Assembly.GetEntryAssembly().GetName().Version}");
//TestHilbert();

Console.WriteLine(nameof(TestWithGenerics));
Expand Down

0 comments on commit e5873c4

Please sign in to comment.