bflattened / bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)
GNU Affero General Public License v3.0
3.63k stars 104 forks source link

[zerolib] `Console.WriteLine` and some overloads #151

Closed ghost closed 7 months ago

ghost commented 8 months ago

Currently, Console.WriteLine only supports writing value of type string and int. Please add overloads to at least writing a char and other numeric values. Thank you.