From e296e851d322ab538b0741ce7530dc8578742a78 Mon Sep 17 00:00:00 2001 From: Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com> Date: Thu, 19 May 2022 12:03:08 -0700 Subject: [PATCH] add readme to 11_bombardment --- 11_Bombardment/rust/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 11_Bombardment/rust/README.md diff --git a/11_Bombardment/rust/README.md b/11_Bombardment/rust/README.md new file mode 100644 index 00000000..f1c9749e --- /dev/null +++ b/11_Bombardment/rust/README.md @@ -0,0 +1,3 @@ +Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html) + +Conversion to [Rust](https://www.rust-lang.org/) by [ugurkupeli](https://github.com/ugurkupeli)