OSDN Git Service

:wrench: fix code frame
authorouuan <y___o___u@126.com>
Tue, 3 Sep 2019 07:53:39 +0000 (15:53 +0800)
committerouuan <y___o___u@126.com>
Tue, 3 Sep 2019 07:53:39 +0000 (15:53 +0800)
docs/lang/basic.md

index cd2d424..b68deaa 100644 (file)
@@ -6,7 +6,10 @@
 #include <cstdio>
 #include <iostream>
 
-int main() { return 0; }
+int main() {
+  // do something...
+  return 0;
+}
 ```
 
 ??? note "什么是 include?"