diff --git a/README.md b/README.md index 904a463..23991f3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ The most retro-futuristic toy language in the world. Outrun is still a work in progress. +![Midjourney Outrun Image](https://gitlab.com/jimsy/outrun/-/raw/main/assets/midjourney_outrun_logo.png) + # License Outrun is distributed under the terms of the the Hippocratic Version 3.0 Full License. diff --git a/assets/midjourney_outrun_logo.png b/assets/midjourney_outrun_logo.png new file mode 100644 index 0000000..58017b6 Binary files /dev/null and b/assets/midjourney_outrun_logo.png differ diff --git a/test.or b/test.or deleted file mode 100644 index 171129e..0000000 --- a/test.or +++ /dev/null @@ -1,5 +0,0 @@ -struct Fruit.Salad(yummy: Boolean), as: - def is_yummy(salad: Fruit.Salad), as: - salad.is_yummy - end -end