Skip to content

Commit

Permalink
Add snippet (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Oct 31, 2023
1 parent a8fc198 commit b2570a2
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 b2570a2

Please sign in to comment.