@ -14,4 +14,8 @@ We use a wrapper script that translates exceptions to error codes. This script c
## Java
By default, we use a script that looks for a class with a `main` method and executes it for running Java programs. This script is located in the utils repository.
By default, we use a script that looks for a class with a `main` method and executes it for running Java programs. This script is located in the utils repository.
## Go
Everything has to be in one package (arbitrary named). TODO...