add gcd and prime factors
This commit is contained in:
8
bin/meson.build
Normal file
8
bin/meson.build
Normal file
@@ -0,0 +1,8 @@
|
||||
executable(
|
||||
meson.project_name(),
|
||||
'main.cpp',
|
||||
dependencies : deps,
|
||||
cpp_args: args,
|
||||
include_directories : inc
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user