Skip to content

Commit 69bcfb1

Browse files
jagdish-15kahgoh
andauthored
Update exercises/practice/intergalactic-transmission/.docs/instructions.append.md
Co-authored-by: Kah Goh <[email protected]>
1 parent 73cda12 commit 69bcfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Instructions append
22

3-
For the Java track, the input will be provided as `List<Integer>` instead of an `List<Byte>`, and the output should also be a `List<Integer>`.
3+
Although we're dealing with bytes of data, the inputs and outputs are `List<Integer>` (instead of `byte[]`) to avoid the need to cast or convert negative values for bytes 128 to 255.

0 commit comments

Comments
 (0)