SVNからのミラー

This commit is contained in:
2026-01-21 04:06:54 +09:00
commit fe74b223ce
35 changed files with 14669 additions and 0 deletions

6
crow/version.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
namespace crow
{
constexpr const char VERSION[] = "master";
}