scrabble_score: iteration 1
This commit is contained in:
parent
bab0920f6d
commit
9c9d3a5380
2 changed files with 46 additions and 0 deletions
12
cpp/scrabble-score/scrabble_score.h
Normal file
12
cpp/scrabble-score/scrabble_score.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#define EXERCISM_RUN_ALL_TESTS
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace scrabble_score {
|
||||
|
||||
int score(const std::string &input);
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue