Skip to content

Commit

Permalink
Update 01-quick-start-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Nov 20, 2020
1 parent 0c86475 commit a4cd626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_docs/01-quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ public static void Main()
s.RMW(ref key, ref input);
s.Read(ref key, ref output);
Debug.Assert(output == value + 20);
Console.WriteLine("Success!");
}
```

0 comments on commit a4cd626

Please sign in to comment.