From 1b4948d6c633de81cd04030abe04fac15a9e4e55 Mon Sep 17 00:00:00 2001 From: visil Date: Mon, 16 Oct 2023 11:04:36 +0300 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D1=81?= =?UTF-8?q?=D1=81=D1=8B=D0=BB=D0=BA=D1=83=20=D0=BD=D0=B0=20playground?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 2623171..4e37d7a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +// Проверить код можно здесь: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=f5d0eb6fcf6c995992579ca675263aed + use std::iter::ExactSizeIterator; // Согласно принципам программирования, управляемого данными, -- cgit v1.2.3