Skip to content

Commit

Permalink
fix: returned entry point to succesful build
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin.ovsyannikov committed Dec 4, 2023
1 parent b9cd229 commit 4889143
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions HW02LAZY/LAZY/Lazy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,11 @@ public static int Calculation()
return ++_counterValue;
}
}

internal class MyLazy
{
internal static void Main()
{

}
}

0 comments on commit 4889143

Please sign in to comment.