From 895c4ab075b7fc5d2943d660ef2d39322e91591b Mon Sep 17 00:00:00 2001 From: Matuush Date: Mon, 31 Mar 2025 20:43:27 +0200 Subject: [PATCH] Add TODO to print only part of a file --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index cfabb32..7d7fcc7 100644 --- a/main.cpp +++ b/main.cpp @@ -59,6 +59,7 @@ bool save(string filename) { } // Print file content +// TODO only visible part void print_file() { clear(); for(int i = 0; i < file.size(); i++) {