C Sharp (C#) - File IO
Find the problem in this code:
using var writer = new StreamWriter("output.txt");
writer.WriteLine("Test");
// Missing closing brace or block