Skip to content

Commit

Permalink
Added lang annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Nov 30, 2011
1 parent ca0fc7b commit 51f854e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.markdown
Expand Up @@ -2,6 +2,7 @@

### Here is a small example:

```scala
object SquareRoot extends Baysick {
def main(args:Array[String]) = {
10 PRINT "Enter a number"
Expand All @@ -12,9 +13,11 @@
RUN
}
}
```

### Here is a larger example

```scala
object Lunar extends Baysick {
def main(args:Array[String]) = {
10 PRINT "Welcome to Baysick Lunar Lander v0.0.1"
Expand Down Expand Up @@ -49,5 +52,6 @@
RUN
}
}
```

Enjoy.

0 comments on commit 51f854e

Please sign in to comment.