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