This commit is contained in:
loremwalker
2018-05-26 03:30:41 +08:00
parent e053f6cac5
commit 6162670a12
33 changed files with 517 additions and 0 deletions

1
Test/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@

5
Test/HelloWorld.java Normal file
View File

@ -0,0 +1,5 @@
public class HelloWorld{
public static void main(String args[]){
System.out.println("HelloWorld");
}
}

1
Test/HelloWorld.php Normal file
View File

@ -0,0 +1 @@
<?php echo 'Hello World';?>

1
Test/helloworld.html Normal file
View File

@ -0,0 +1 @@
<h1>helloworld</h1>

BIN
Test/test.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 KiB

BIN
Test/test.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 812 KiB

BIN
Test/冲出你的窗口.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB