home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 5 / hacker05 / 05_HACK_05.ISO / programacao / antechinus / Setup.exe / Setups / CSharpEd / Installed / Bin / main.cs next >
Encoding:
Text File  |  2000-08-20  |  114 b   |  11 lines

  1.  
  2. using System;
  3.  
  4. class $(PrjName)
  5. {
  6.     static void Main() // Entry point
  7.     {
  8.         // Write your code here
  9.     }
  10. }
  11.