diff --git a/crates/samples/components/hello_world/readme.md b/crates/samples/components/hello_world/readme.md new file mode 100644 index 0000000000..925acf4a04 --- /dev/null +++ b/crates/samples/components/hello_world/readme.md @@ -0,0 +1 @@ +Sample for [Creating your first DLL in Rust](https://kennykerr.ca/rust-getting-started/creating-your-first-dll.html#creating-your-first-dll-in-rust) in [Getting Started with Rust](https://kennykerr.ca/rust-getting-started).