Ajout des travaux effectuer
This commit is contained in:
6
23DEV1.1/TPS2/TP01/Exception/Incomplet/Incomplet.java
Normal file
6
23DEV1.1/TPS2/TP01/Exception/Incomplet/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.write(txt);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user