diff --git a/docs/SNIPPET.txt b/docs/SNIPPET.txt index e69de29..5448855 100644 --- a/docs/SNIPPET.txt +++ b/docs/SNIPPET.txt @@ -0,0 +1,5 @@ +class Wren { + flyTo(city) { + System.print("Flying to %(city)") + } +}