update
This commit is contained in:
BIN
DEV.2.1/TP/TP10-Exceptions/3./Incomplet.class
Normal file
BIN
DEV.2.1/TP/TP10-Exceptions/3./Incomplet.class
Normal file
Binary file not shown.
6
DEV.2.1/TP/TP10-Exceptions/3./Incomplet.java
Normal file
6
DEV.2.1/TP/TP10-Exceptions/3./Incomplet.java
Normal file
@@ -0,0 +1,6 @@
|
||||
public class Incomplet {
|
||||
public static void main(String[] args) {
|
||||
byte[] txt = {0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x0D, 0x0A};
|
||||
System.out.print(new String(txt));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user