I'm write a Program to Consume input as from a Console Entry
let line = Console.ReadLine()
It's give an Type Error.
are you missing
open System
alternatively use
System.Console.ReadLine()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With