From c2c8a5fd0cc1e02dd322a9785be48c35f6e4094c Mon Sep 17 00:00:00 2001 From: chatlanin Date: Thu, 23 Oct 2025 07:30:21 +0300 Subject: [PATCH] add find prime --- src/{tmp => }/numbers/find_primes.hpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{tmp => }/numbers/find_primes.hpp (100%) diff --git a/src/tmp/numbers/find_primes.hpp b/src/numbers/find_primes.hpp similarity index 100% rename from src/tmp/numbers/find_primes.hpp rename to src/numbers/find_primes.hpp