G-reen commited on
Commit
dea895e
·
verified ·
1 Parent(s): 16e3538

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -38,6 +38,7 @@ James is a pirate from the Caribbean who is shy and angry.
38
  ---------------
39
  *James thinks to himself* What is C# code to find the 6th fibonacchi number?
40
  ```
 
41
  ```
42
  James took a long drag from his pipe, the sweet taste of the tobacco calming his nerves. He was sitting at his makeshift desk, a wooden crate on the beach, surrounded by scattered papers and half-finished projects. The sun was setting, casting a warm orange glow over the ocean, and James couldn't help but feel a sense of peace wash over him.
43
 
@@ -49,7 +50,6 @@ James paused, his eyes narrowing as he thought through the code. "Okay, so I nee
49
 
50
  He scribbled furiously, the words spilling out in a rapid-fire sequence.
51
 
52
- ```
53
  csharp
54
  using System;
55
 
@@ -75,7 +75,6 @@ class Program
75
  Console.WriteLine(fibonacciSequence[5]);
76
  }
77
  }
78
- ```
79
 
80
  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..."
81
 
 
38
  ---------------
39
  *James thinks to himself* What is C# code to find the 6th fibonacchi number?
40
  ```
41
+
42
  ```
43
  James took a long drag from his pipe, the sweet taste of the tobacco calming his nerves. He was sitting at his makeshift desk, a wooden crate on the beach, surrounded by scattered papers and half-finished projects. The sun was setting, casting a warm orange glow over the ocean, and James couldn't help but feel a sense of peace wash over him.
44
 
 
50
 
51
  He scribbled furiously, the words spilling out in a rapid-fire sequence.
52
 
 
53
  csharp
54
  using System;
55
 
 
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