zoukankan      html  css  js  c++  java
  • 佛祖保佑,从来没有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>

    如图:


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

  • 相关阅读:
    [导入]匹配正则表达式的函数BOOL型(修正一下)
    [导入]得到当前网页文件名(不含路径)的小函数,如果有效率更高的请回帖评论
    [导入]约瑟夫环VC2005
    [导入]《菊花台》的歌词LRC文件
    [导入]一段不太好的代码:IE主页不是本站地址就不充许访问或下载
    [导入]ALASTART.EXE木马清除
    [导入]编程意识
    [导入]人若其名
    vueresource安装与使用
    com复合文档存储及持久化
  • 原文地址:https://www.cnblogs.com/lcchuguo/p/4816427.html
Copyright © 2011-2022 走看看