From 376f9319e426e865f733dfd7eb0882dc7efd25e7 Mon Sep 17 00:00:00 2001
From: badrr <badr.radellah@etu.univ-amu.fr>
Date: Fri, 13 Sep 2024 11:53:35 +0200
Subject: [PATCH] First try

---
 src/main/java/curve/App.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/curve/App.java b/src/main/java/curve/App.java
index b5fc091..0c7077c 100644
--- a/src/main/java/curve/App.java
+++ b/src/main/java/curve/App.java
@@ -15,7 +15,6 @@ public class App {
         Function function = new Function(formula, variable);
         Curve curve = new Curve(function, -5, 10, 1.0);
         drawCurveWithGnuplot(curve);
-        System.out.println(998);
     }
 
     private static void drawCurveWithGnuplot(Curve curve) throws IOException {
-- 
GitLab