This document lists the details for each supported language in Pyromaniac.
## Python
- Version: 3.11
- 3rd-party packages: None
- Version: latest stable
- 3rd-party crates:
- Compile mode: default
dev
profile
- Version: OpenJDK 17
- Compile options: none
- Java Runtime options: none
- Caveats: main class must be called
Main
, ie:
public class Main{
public static void main(String[] args){
System.out.println("This is the main class");
}
}
GNU Bourne Again Shell, as included in https://hub.docker.com/_/bash
- Version: 5.2
Busybox ash, as included in https://hub.docker.com/_/alpine
- Version: 3.18