bflattened / bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[zerolib] `Console.WriteLine` and some overloads

opened this issue · comments

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.