Skip to content
Snippets Groups Projects
Commit 75d4f891 authored by nicolas.albanesi's avatar nicolas.albanesi
Browse files
parents 47c1d1f1 1af3cd76
No related branches found
No related tags found
No related merge requests found
File added
...@@ -25,7 +25,4 @@ if __name__ == "__main__": ...@@ -25,7 +25,4 @@ if __name__ == "__main__":
reed_solomon.show() reed_solomon.show()
print("Message recu : " + "".join(map(chr, l[:MSG_LEN]))) print("Message recu : " + "".join(map(chr, l[:MSG_LEN])))
print("Message décodé : " + "".join(map(chr, l_ok[:MSG_LEN]))) print("Message décodé : " + "".join(map(chr, l_ok[:MSG_LEN])))
\ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment