Skip to content

Commit

Permalink
Add snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Oct 30, 2023
1 parent e1ff423 commit 3af54e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/SNIPPET.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class Wren {
flyTo(city) {
System.print("Flying to %(city)")
}
}

0 comments on commit 3af54e1

Please sign in to comment.