primes.h 89 B

1234567
  1. #pragma once
  2. namespace NKikimr {
  3. unsigned long FindNearestPrime(unsigned long num);
  4. }