Skip to content

Commit 0635d77

Browse files
authored
fix typo
1 parent f8f8afd commit 0635d77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Labfiles/05-image-generation/CSharp/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ static async Task Main(string[] args)
2626

2727
// Get prompt for image to be generated
2828
Console.Clear();
29-
string prompt = "";
3029
Console.WriteLine("Enter a prompt to request an image:");
3130
string prompt = Console.ReadLine() ?? "";
3231

0 commit comments

Comments
 (0)