From cea1ad838416289bada0a173909f149bfa8c7adb Mon Sep 17 00:00:00 2001 From: badrr <badr.radellah@etu.univ-amu.fr> Date: Fri, 13 Sep 2024 11:49:29 +0200 Subject: [PATCH] First commit --- src/main/java/curve/App.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/curve/App.java b/src/main/java/curve/App.java index 0c7077c..a1bba76 100644 --- a/src/main/java/curve/App.java +++ b/src/main/java/curve/App.java @@ -15,6 +15,7 @@ public class App { Function function = new Function(formula, variable); Curve curve = new Curve(function, -5, 10, 1.0); drawCurveWithGnuplot(curve); + System.out.println(98); } private static void drawCurveWithGnuplot(Curve curve) throws IOException { -- GitLab