From bd252f686b969ec71fdaf226dcbb847bbef88427 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20=C5=9Amie=C5=BCewski?= <s204529@student.pg.edu.pl>
Date: Mon, 31 Mar 2025 08:00:37 +0000
Subject: [PATCH] Upload New File

---
 lab06/escapevel.c | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 lab06/escapevel.c

diff --git a/lab06/escapevel.c b/lab06/escapevel.c
new file mode 100644
index 0000000..ffabf54
--- /dev/null
+++ b/lab06/escapevel.c
@@ -0,0 +1,11 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdbool.h>
+#include <math.h>
+#ifndef ESCAPEVEL_H
+#define ESCAPEVEL_H
+#endif // ESCAPEVEL_H
+
+float escapevel(float r, float m){
+    return 1;
+}
-- 
GitLab