Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 195 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 195 Bytes

Conway

Building

git clone https://github.com/aarroyoc/Conway
cd Conway
dotnet restore
dotnet build
dotnet run
dotnet publish -c Release -r win-x86 -f netcoreapp2.0 --self-contained