diff --git a/Runtime-Environments.md b/Runtime-Environments.md index 435d33a..e53c718 100644 --- a/Runtime-Environments.md +++ b/Runtime-Environments.md @@ -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. \ No newline at end of file +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... \ No newline at end of file