using System;
String firstName = "bob";
String greeting = "hello";
Console.WriteLine = ($"{greeting}{firstName}!");
int i = 2 + 2;
i