测试新建文件 #4

Open
p78543092 wants to merge 3 commits from dev into master
1 changed files with 5 additions and 0 deletions

5
HelloWorld Normal file
View File

@ -0,0 +1,5 @@
/* Hello world */
main()
{
println("Hello World");
}