add gcd and prime factors

This commit is contained in:
2025-03-07 09:51:53 +03:00
commit 064a2db2ee
10 changed files with 206 additions and 0 deletions

8
bin/meson.build Normal file
View File

@@ -0,0 +1,8 @@
executable(
meson.project_name(),
'main.cpp',
dependencies : deps,
cpp_args: args,
include_directories : inc
)