Automatically generate documentation from tests

This commit is contained in:
Duncan Ogilvie
2021-05-16 22:55:55 +02:00
parent acd3688d16
commit 306bb3d4fc
22 changed files with 283 additions and 96 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <fmt/core.h>
int main()
{
fmt::print("Hello, world!\n");
}