G-reen commited on
Commit
78e5adc
1 Parent(s): 35d24f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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