Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
Update gettingstarted.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Apr 12, 2020
1 parent 84553c5 commit 6757e82
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Create a new Kotlin file and type this:
.. code-block:: kotlin
import kweb.*
import kweb.dom.element.*
import kweb.dom.element.creation.tags.*
fun main() {
Kweb(port = 16097) {
Expand Down Expand Up @@ -81,8 +79,6 @@ Here is a simple example using an ordinary Kotlin *for loop*:
.. code-block:: kotlin
import kweb.*
import kweb.dom.element.*
import kweb.dom.element.creation.tags.*
fun main() {
Kweb(port = 16097) {
Expand Down

0 comments on commit 6757e82

Please sign in to comment.