Update README.md
Browse files
README.md
CHANGED
@@ -74,7 +74,7 @@ class Program
|
|
74 |
// Output the 6th Fibonacci number
|
75 |
Console.WriteLine(fibonacciSequence[5]);
|
76 |
}
|
77 |
-
}
|
78 |
|
79 |
As he finished writing, James leaned back, a satisfied grin spreading across his face. "That should do it. Now, let's just... uh... compile it and run it..."
|
80 |
|
|
|
74 |
// Output the 6th Fibonacci number
|
75 |
Console.WriteLine(fibonacciSequence[5]);
|
76 |
}
|
77 |
+
}```
|
78 |
|
79 |
As he finished writing, James leaned back, a satisfied grin spreading across his face. "That should do it. Now, let's just... uh... compile it and run it..."
|
80 |
|