docs: add Midjourney's awesome logo image.

This commit is contained in:
James Harton 2022-08-24 19:42:07 +12:00
parent d1e3e62b6c
commit c12177947e
4 changed files with 3 additions and 5 deletions

View file

@ -19,6 +19,7 @@
"indoc", "indoc",
"Jiggawatts", "Jiggawatts",
"lexer", "lexer",
"Midjourney",
"miette", "miette",
"prec", "prec",
"rusttyc", "rusttyc",

View file

@ -9,6 +9,8 @@ The most retro-futuristic toy language in the world.
Outrun is still a work in progress. Outrun is still a work in progress.
![Midjourney Outrun Image](https://gitlab.com/jimsy/outrun/-/raw/main/assets/midjourney_outrun_logo.png)
# License # License
Outrun is distributed under the terms of the the Hippocratic Version 3.0 Full License. Outrun is distributed under the terms of the the Hippocratic Version 3.0 Full License.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View file

@ -1,5 +0,0 @@
struct Fruit.Salad(yummy: Boolean), as:
def is_yummy(salad: Fruit.Salad), as:
salad.is_yummy
end
end