summaryrefslogtreecommitdiff
path: root/docs/appendix-a.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/appendix-a.md')
-rw-r--r--docs/appendix-a.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/appendix-a.md b/docs/appendix-a.md
index fcc4452..5e97a30 100644
--- a/docs/appendix-a.md
+++ b/docs/appendix-a.md
@@ -20,6 +20,7 @@ int main(){
return 0;
}
```
+
在 Java 语言中,同样的程序会是这么写:
```Java