mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 04:55:42 +00:00
Remove weird const
I have no idea how this got in here.
This commit is contained in:
parent
a397869333
commit
23fe85f2be
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user