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.