Std

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

AssemblyInfo.cs (190B)


      1 using System;
      2 using System.Reflection;
      3 
      4 [assembly: AssemblyCulture("")]
      5 [assembly: AssemblyDefaultAlias("Standard Library")]
      6 [assembly: AssemblyTrademark("")]
      7 [assembly: CLSCompliant(false)]