Skip to content

Commit

Permalink
Put Rational in the right namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseschalken committed Sep 20, 2016
1 parent 529fc94 commit 07fcf72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/Rational.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?hh // strict

namespace HackUtils;

final class Rational {
private static function gcd(int $a, int $b): int {
while ($b) {
Expand Down

0 comments on commit 07fcf72

Please sign in to comment.