1
0
forked from kalmar/DALGLI0

Zaktualizuj 'Encoding.java'

This commit is contained in:
Rafał Dąbkowski 2018-06-27 14:57:48 +00:00
parent b23027f544
commit 64a6262f4e

View File

@ -60,6 +60,6 @@ public class Encoding {
b += Math.pow(2, 7-i);
}
}
return Character.toString((char)a) + Character.toString((char)b);
return " " +(byte)a +" "+ (byte)b;
}
}