Skip to content
Snippets Groups Projects
Commit 1af3cd76 authored by jonas.stirnema's avatar jonas.stirnema
Browse files

Added Rapport in docs

parent e5d42cb2
No related branches found
No related tags found
No related merge requests found
File added
......@@ -22,7 +22,4 @@ if __name__ == "__main__":
# Print les messages
print("Message recu : " + "".join(map(chr, l[:MSG_LEN])))
print("Message décodé : " + "".join(map(chr, l_ok[:MSG_LEN])))
\ No newline at end of file
print("Message décodé : " + "".join(map(chr, l_ok[:MSG_LEN])))
\ No newline at end of file
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