Обновление атрибутов функций
This commit is contained in:
parent
f749e6686d
commit
52729973a2
4 changed files with 6 additions and 6 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue