You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix link to billionaire's example README.md (#527)
Summary:
The previous link is currently 404 and this change updates it to the header file which contains a good description of the game.
Pull Request resolved: #527
Reviewed By: joe1234wu
Differential Revision: D57408205
Pulled By: wuman
fbshipit-source-id: 9d9ac71033b7e8ae9a85817038e80c4e29d5400d
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ MPC applications typically need to access local data that is stored in the cloud
24
24
## Examples
25
25
26
26
### Example: The Billionaire Game
27
-
As an example of how you might use the PCF v2.0 APIs, we have included an example implementation of the classic [Billionaire](fbpcf/test/billionaire_problem) game. You can run the game in two terminals representing two players. Each player will randomly return an integer from 0 to 1000000000 to represent the amount of money they have. The game will compare the two integers and determine who is richer.
27
+
As an example of how you might use the PCF v2.0 APIs, we have included an example implementation of the classic [Billionaire](example/billionaire_problem/BillionaireProblemGame.h) game. You can run the game in two terminals representing two players. Each player will randomly return an integer from 0 to 1000000000 to represent the amount of money they have. The game will compare the two integers and determine who is richer.
28
28
29
29
Instructions on how to run the exmaple:
30
30
* Build the code and get the executable. Suppose the executable is `billionaire`.
0 commit comments