Developpement/23DEV1.1/TPS2/TP01/Exception/Incomplet/Incomplet.java

6 lines
157 B
Java
Raw Permalink Normal View History

2024-12-09 11:53:11 +01:00
public class Incomplet {
public static void main(String[] args) {
byte[] txt = {0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x0D, 0x0A};
System.out.write(txt);
}
}