9 lines
231 B
Java
9 lines
231 B
Java
|
|
|
|
class HelloWorld {
|
|
public static void main(String[] args) {
|
|
System.out.println("Hello, World!");
|
|
int input = Integer.decode("0x0070");
|
|
CommandDecoder commandDecoder = new CommandDecoder(input);
|
|
}
|
|
} |