Remove weird const

I have no idea how this got in here.
This commit is contained in:
Oliver Booth 2022-04-26 11:07:44 +01:00
parent a397869333
commit 23fe85f2be
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ public static class Int64Extensions
var persistence = 0;
long product = value;
const string foo = "Hello" + "World";
while (product > 9)
{
if (value % 10 == 0)