Initial commit

This commit is contained in:
Smaug123
2022-10-24 12:58:02 +01:00
commit dd26730c67
9 changed files with 566 additions and 0 deletions

7
Raft/AssemblyInfo.fs Normal file
View File

@@ -0,0 +1,7 @@
namespace Raft.AssemblyInfo
open System.Runtime.CompilerServices
[<assembly: InternalsVisibleTo("Raft.Test")>]
do ()