aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_JurenIvan.sh
diff options
context:
space:
mode:
authorJurenIvan <43958858+JurenIvan@users.noreply.github.com>2024-02-01 14:30:22 +0100
committerGitHub <noreply@github.com>2024-02-01 14:30:22 +0100
commit1b23172afb069a84979c738595b9025e36b79816 (patch)
treebc8a54087f4c58ccca4221f2cb783bd33c86481f /calculate_average_JurenIvan.sh
parentdda3c3b3116cb7786173f453fb189e50a87763bc (diff)
My first submission (#697)
* Common sense implementation * fix filename * formatting * remove excess system.out.println * fix hash collisions * ajdust so taht segment size smaller than Integer.MAX_VALUE
Diffstat (limited to 'calculate_average_JurenIvan.sh')
-rwxr-xr-xcalculate_average_JurenIvan.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/calculate_average_JurenIvan.sh b/calculate_average_JurenIvan.sh
new file mode 100755
index 0000000..73d956e
--- /dev/null
+++ b/calculate_average_JurenIvan.sh
@@ -0,0 +1,19 @@
+#!/bin/sh
+#
+# Copyright 2023 The original authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+JAVA_OPTS="--enable-preview"
+java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_JurenIvan