We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3e508 commit 29ab4c1Copy full SHA for 29ab4c1
brain_games/scripts/brain_gcd.py
@@ -0,0 +1,9 @@
1
+from brain_games.games.brain_gcd_game import brain_gcd
2
+
3
4
+def main():
5
+ brain_gcd()
6
7
8
+if __name__ == '__main__':
9
+ main()
0 commit comments