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.Write` and some overloads #150

Closed ghost closed 7 months ago

ghost commented 8 months ago

Currently, Console.Write only supports writing a single character. Please add overloads to at least writing strings and numeric values. Thank you.