var line = File.ReadAllLineAsync("TextFile.txt").Result
var line = await File.ReadAllLineAsync("TextFile.txt")
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up