google / rune

Rune is a programming language developed to test ideas for improving security and efficiency.
Apache License 2.0
1.91k stars 46 forks source link

Create gcd.rn #52

Closed ctarnold closed 9 months ago

ctarnold commented 10 months ago

Implementing Euclid's algorithm for greatest common divisor of positive integers for the rune/math directory.

waywardgeek commented 9 months ago

Looks good! Thanks!