From b87c8d46aa41249fa3a4877f134708ae3b4847b0 Mon Sep 17 00:00:00 2001 From: Edgar Pogosyan Date: Mon, 22 Jan 2024 10:33:19 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2b7696..491fecf 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Rumor has it that the winner may receive a unique 1️⃣🐝🏎️ t-shirt, to ## FAQ - --> +A: Submissions must be completely implemented in Java, i.e. you cannot write JNI glue code in C/C++. You could use AOT compilation of Java code via GraalVM though, either by AOT-compiling the entire application, or by creating a native library (see [here](https://www.graalvm.org/22.0/reference-manual/native-image/ImplementingNativeMethodsInJavaWithSVM/). --> _Q: What is the encoding of the measurements.txt file?_\ A: The file is encoded with UTF-8.