I am OFShare

来源:互联网 发布:mac搜狗五笔输入法 编辑:程序博客网 时间:2024/05/30 20:09
#include<iostream>  using namespace std;  void Greeting()  {      cout<<"Hello world! I am OFShare."<<endl;  }  int main()  {      Greeting();      return 0;  }  



public class Main  {      static public void main(String[] args)      {          Greeting();      }      static void Greeting()      {          System.out.println("Hello world! I am OFShare.");      }  }  



def Greeting()      puts "Hello world! I am OFShare."  end    Greeting()  






0 0
原创粉丝点击