Std

Mainly a port of Rust's std.
git clone https://git.philomathiclife.com/repos/Std
Log | Files | Refs | README

commit 0b49884080048206ab57227378279bc6ee879e88
parent 70b7c87b8dcc0fd758eebb7a43497bc08f43150c
Author: Zack Newman <zack@philomathiclife.com>
Date:   Mon, 20 Mar 2023 11:45:59 -0600

formatting

Diffstat:
MStd.csproj | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Std.csproj b/Std.csproj @@ -36,7 +36,7 @@ <NoWarn></NoWarn> <Nullable>enable</Nullable> <Optimize>true</Optimize> - <OutputPath>bin\Release</OutputPath> + <OutputPath>bin/Release</OutputPath> <OutputType>Library</OutputType> <Platform>x64</Platform> <Product>Standard Library</Product>