aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content/post/syntax-highlighting.md
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-12-05 20:09:12 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-12-05 20:09:12 +0800
commitc6a71c268bc7a8b1e94174fa754dee9d5c10bf67 (patch)
tree3a38695b3402ef6ddc9321786e24a4cf393b91e0 /exampleSite/content/post/syntax-highlighting.md
parent02d9d03d873b666b37b865c2323078ce7c433558 (diff)
docs: update example site
release 2.7.0
Diffstat (limited to 'exampleSite/content/post/syntax-highlighting.md')
-rw-r--r--exampleSite/content/post/syntax-highlighting.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/exampleSite/content/post/syntax-highlighting.md b/exampleSite/content/post/syntax-highlighting.md
index c9b4490..686ba08 100644
--- a/exampleSite/content/post/syntax-highlighting.md
+++ b/exampleSite/content/post/syntax-highlighting.md
@@ -33,6 +33,14 @@ public class HelloWorld {
}
```
+```kotlin
+package hello
+
+fun main(args: Array<String>) {
+ println("Hello World!")
+}
+```
+
```c
#include <stdio.h>