From f506adbdb89119872da679a6ae5cd157ee173b0a Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 8 Nov 2024 13:03:33 +0100 Subject: Add Java version and clarify limitations --- public/index.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index a7f9674..f0bbf78 100644 --- a/public/index.php +++ b/public/index.php @@ -175,7 +175,15 @@ $csrf = csrf_token();

☕️ Java Compiler

-

Powered by Eclipse Temurin

+

Powered by Eclipse Temurin 23.

+

+ Limitations: + Compilation and execution time is limited to 30 seconds each. + Your program won't have any network access and RAM is limited to 32 MiB. + Source code size is limited to 16 KiB. Files will not be persisted between executions. + Your program's main method needs to be contained inside a class named Program, + as the code gets written to a file named Program.java. +

-- cgit v1.2.3