using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{ class HelloWorld { static void Main(string[] args) { Console.Out.WriteLine("you smell"); Console.In.ReadLine(); } }}