aboutsummaryrefslogtreecommitdiffstats
path: root/test_f.c
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2024-10-04 17:37:14 +0300
committerjustanothercatgirl <sotov2070@gmail.com>2024-10-04 18:07:56 +0300
commitaa0d37540f5bc4bb6327b43c7213b46d0e261cf0 (patch)
treefa9d43d364f3a6d72d7a84c911aabc43658a2998 /test_f.c
parenta9bd52226fbcac98bddec9cffcef1ded8b75b5df (diff)
Пока не закончил логику выбора программы, но готовы все алгоритмы
Diffstat (limited to 'test_f.c')
-rw-r--r--test_f.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test_f.c b/test_f.c
deleted file mode 100644
index 8811f1e..0000000
--- a/test_f.c
+++ /dev/null
@@ -1,5 +0,0 @@
-double f(double x) {
- static int counter = 0;
- ++counter;
- return counter * x;
-}