Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 401 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 401 Bytes

Demo

demo

test

a = test()
a.print()

中文

public void test(){
  string a = "test";
}

其他

public void test(){
  string a = "test";
}
public int test1(){
  string a = "test";
  return 0;
}