Обновление атрибутов функций

This commit is contained in:
Alexander Zhirov 2025-09-12 21:04:08 +03:00
parent f749e6686d
commit 52729973a2
Signed by: alexander
GPG key ID: C8D8BE544A27C511
4 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ import std.file : read;
void main()
{
auto cas = new CAS("/tmp/base.db", true);
cas.newSnapshot("/tmp/texts", cast(ubyte[]) read("/tmp/text"));
cas.newSnapshot("/tmp/text", cast(ubyte[]) read("/tmp/text"));
// import std.stdio : writeln;
foreach (snapshot; cas.getSnapshots()) {