aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content/post/syntax-highlighting.md
diff options
context:
space:
mode:
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>