美文网首页
Hello World

Hello World

作者: s0me0ne | 来源:发表于2017-08-30 01:05 被阅读5次

Something begins

 do {

    if(isSomeThingError()){

        Try{

            Thread.wait(1000×3600×24×365);

            isSomeThingError()?doBreak():doContinue();

        }catch(){

           //

        }

        doChecklist();

    }

    WaitForU();

}while(true);


相关文章

网友评论

      本文标题:Hello World

      本文链接:https://www.haomeiwen.com/subject/uvczdxtx.html