Pas de changement notable.
This commit is contained in:
parent
88b5076459
commit
5a85786dbe
1 changed files with 2 additions and 2 deletions
4
main.cpp
4
main.cpp
|
@ -15,9 +15,9 @@ void aff(std::string chaine);
|
|||
//----- Program Start -----
|
||||
int main(){
|
||||
|
||||
HASHCrypt hash= HASHCrypt("Chaine");
|
||||
HASHCrypt hash= HASHCrypt("Chaine de test");
|
||||
|
||||
aff(hash.getMD5_32());
|
||||
aff(hash.getMD5_128());
|
||||
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue