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")
 ```