We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a1140 commit 155b6fcCopy full SHA for 155b6fc
palindrome/SConstruct
@@ -3,3 +3,5 @@ env = Environment(CCFLAGS='-g')
3
env.Program('palin_str.cpp')
4
5
env.Program('palin_num.cpp')
6
+
7
+env.Program('find_word.cpp')
0 commit comments