idleman 7 月之前
父节点
当前提交
beb389a00c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -10,6 +10,6 @@
 echo "hello world"
 ```
 
-```php
-System.out.println('hello')
+```java
+System.out.println("hello java")
 ```