Skip to content

Commit 959db29

Browse files
committed
changes
1 parent 8726c40 commit 959db29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DontRunMe/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
bool FourtyTwo(string filename, string[] args)
1919
{
20-
bool RunningMyself = true;
20+
bool noanswer = true;
2121
int i = 0;
22-
while(RunningMyself)
22+
while(noanswer)
2323
{
2424
checked
2525
{

0 commit comments

Comments
 (0)