Skip to content

Commit 155b6fc

Browse files
committed
Add find dict
1 parent c2a1140 commit 155b6fc

File tree

4 files changed

+12447
-2
lines changed

4 files changed

+12447
-2
lines changed

palindrome/SConstruct

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ env = Environment(CCFLAGS='-g')
33
env.Program('palin_str.cpp')
44

55
env.Program('palin_num.cpp')
6+
7+
env.Program('find_word.cpp')

0 commit comments

Comments
 (0)