// 2001/01/16 // ymlib.com // CSS002.cs using System; namespace CSS002 { class CSS002 { static void Main( string[] args ) { string hw; hw = "Hello World"; Console.WriteLine( hw ); } } }