Загрузить файлы в «/»

This commit is contained in:
glazirEgorGeekovich 2025-05-24 17:56:16 +03:00
commit 585da30561
3 changed files with 175 additions and 0 deletions

8
tools.hpp Normal file
View file

@ -0,0 +1,8 @@
#pragma once
namespace tls {
using Index = int;
using Value = float;
using Size = int;
}