Skip to content
Snippets Groups Projects
Commit dc8b271c authored by Vipin Thomas's avatar Vipin Thomas
Browse files

Update main.cpp

parent 41bf5e49
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,13 @@ int main() {
}
std::cout << "Value decoded: " << indecimal << std::endl;
if(selector==1){
std::cout << "Value decoded: " << indecimal << std::endl;
}
else if(selector==0){
std::cout << "Value encoded: " << indecimal << std::endl;
}
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment