2008年7月16日水曜日

SyntaxHighlighterを試す

適当ソース

  1. using System;  
  2.   
  3. namespace ConsoleApplication1  
  4. {  
  5.     /// <summary>  
  6.     /// Class1 の概要の説明です。  
  7.     /// </summary>  
  8.     class Class1  
  9.     {  
  10.         /// <summary>  
  11.         /// アプリケーションのメイン エントリ ポイントです。  
  12.         /// </summary>  
  13.         [STAThread]  
  14.         static void Main(string[] args)  
  15.         {  
  16.             Console.WriteLine(Environment.Version);  
  17.         }  
  18.     }  
  19. }  

0 件のコメント: