Files
msgpack/java-plan1/run.sh

4 lines
79 B
Bash
Executable File

#!/bin/sh
javac MessagePack.java Packer.java Unpacker.java test.java
java test