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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -50,7 +50,7 @@ James paused, his eyes narrowing as he thought through the code. "Okay, so I nee
50
 
51
  He scribbled furiously, the words spilling out in a rapid-fire sequence.
52
 
53
- /`/`/`csharp
54
  using System;
55
 
56
  class Program
@@ -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
 
 
50
 
51
  He scribbled furiously, the words spilling out in a rapid-fire sequence.
52
 
53
+ ```csharp
54
  using System;
55
 
56
  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