From 97e2e279fd416eff971999d88340dc418afd72b4 Mon Sep 17 00:00:00 2001 From: MrDandelion Date: Mon, 26 May 2025 21:52:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B8=D1=87=D0=B5=D0=B3=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- graph.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graph.hpp b/graph.hpp index 71fe667..5421568 100644 --- a/graph.hpp +++ b/graph.hpp @@ -67,4 +67,5 @@ void Graph::fill(tls::Index origin){ void link(tls::Index origin, tls::Index *stocks){ -} \ No newline at end of file +} +// kfu \ No newline at end of file