update documentation to include it to kotlinlang.org (#2015)

This commit is contained in:
Eugene Petrenko
2018-09-06 19:22:29 +03:00
committed by Nikolay Igotti
parent 710c691aa8
commit 7ee04b3108
11 changed files with 122 additions and 21 deletions
+5
View File
@@ -1,3 +1,8 @@
---
type: doc
layout: reference
title: "FAQ"
---
### Q: How do I run my program?
A: Define top level function `fun main(args: Array<String>)`, please ensure it's not