Code Samples

作者: larryzhao | 来源:发表于2016-02-01 11:25 被阅读616次

Holy Mother!

function foobar()
{
   return "hello world";
}
def foobar()
   "hello world"
end
public class HelloWorld { 
   public static void main(String[] args) { 
      System.out.println("Hello, World"); 
   }
}

Markdown Source:

Paste_Image.png

相关文章

网友评论

    本文标题:Code Samples

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