aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_MahmoudFawzyKhalil.sh
diff options
context:
space:
mode:
authorMahmoudFawzyKhalil <73137611+MahmoudFawzyKhalil@users.noreply.github.com>2024-01-17 22:15:34 +0200
committerGitHub <noreply@github.com>2024-01-17 21:15:34 +0100
commit08541525cd582c11e4c5f6bdb9b2cc5581425023 (patch)
tree439d9940c361bebe6c74afd5c2fde6233757c879 /calculate_average_MahmoudFawzyKhalil.sh
parent27b9232b7d1475f76a3e43cb65e5e4eb84aaa1e3 (diff)
MahmoudFawzyKhalil's implementation (#438)
* Initial commit trying out multiple things * Clean up code * Fix rounding error to fix failing test
Diffstat (limited to 'calculate_average_MahmoudFawzyKhalil.sh')
-rwxr-xr-xcalculate_average_MahmoudFawzyKhalil.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/calculate_average_MahmoudFawzyKhalil.sh b/calculate_average_MahmoudFawzyKhalil.sh
new file mode 100755
index 0000000..761d7e6
--- /dev/null
+++ b/calculate_average_MahmoudFawzyKhalil.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_MahmoudFawzyKhalil