using System; using System.Threading; namespace cs_basic { class program { static void Main() { Thread.Sleep(5000); } } }