mawerty / Is-Prime

O(1) Algorithm to check if number is prime that works in 95%+ cases.
https://mawerty.github.io/Is-Prime/
Other
713 stars 144 forks source link

Add Oberon-07 implementation #229

Closed juanlufont closed 8 months ago

juanlufont commented 8 months ago

This MR adds the implementation for Oberon-07.

https://en.wikipedia.org/wiki/Oberon_(programming_language)

In memorian Niklaus Wirth

mawerty commented 8 months ago

Sounds great!