佛祖保佑,从来没有Bug

<span style="font-size:14px;">//                  _ooOoo_
//                 o8888888o
//                 88" . "88
//                 (| -_- |)
//                 O  =  /O
//              ____/`---'\____
//            .'  \|     |//  `.
//          /  \|||  :  |||//  
//          /  _||||| -:- |||||-  
//          |   | \  -  /// |   |
//          | \_|  ''---/''  |   |
//            .-\__  `-`  ___/-. /
//        ___`. .'  /--.--  `. . __
//     ."" '<  `.___\_<|>_/___.'  >'"".
//    | | :  `- \`.;` _ /`;.`/ - ` : | |
//       `-.   \_ __ /__ _/   .-` /  /
//=====`-.____`-.___\_____/___.-`____.-'======
//                  `=---='
//
//^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
//          佛祖保佑       永无Bug
//          快加工资       不改需求
//</span>

c#控制台实现如上图代码例如以下:

<span style="font-size:14px;">using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace 输出_佛祖保佑_
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("_ooOoo_  ");
            Console.WriteLine("    o8888888o  ");
            Console.WriteLine("  88" . "88    ");
            Console.WriteLine("   (| -_- |)    ");
            Console.WriteLine("  ____/`---'\____   ");
            Console.WriteLine("  .'  \|     |//  `.    ");
            Console.WriteLine("  /  \|||  :  |||//  \    ");
            Console.WriteLine("    /  _||||| -:- |||||-  \    ");
            Console.WriteLine(" |   | \\  -  /// |   |    ");
            Console.WriteLine(" | \_|  ''\---/''  |   |   ");
            Console.WriteLine("\  .-\__  `-`  ___/-. /    ");
            Console.WriteLine("  ___`. .'  /--.--\  `. . __    ");
            Console.WriteLine("."" '<  `.___\_<|>_/___.'  >'"".    ");
            Console.WriteLine(" | | :  `- \`.;`\ _ /`;.`/ - ` : | |    ");
            Console.WriteLine(" \  \ `-.   \_ __\ /__ _/   .-` /  /    ");
            Console.WriteLine("=====`-.____`-.___\_____/___.-`____.-'======    ");
            Console.WriteLine(" `^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^      ");
            Console.ForegroundColor = ConsoleColor.Cyan;
            Console.WriteLine(" `          佛祖保佑       永无Bug     ");
            Console.WriteLine(" `          快加工资       不改需求      ");
            Console.WriteLine("………………南无阿弥陀佛………………");
        }
    }
}
</span>

如图:


版权声明:本文博主原创文章,博客,未经同意不得转载。

原文地址:https://www.cnblogs.com/lcchuguo/p/4816427.html