From a6a08927f762a0d30c8e199cd2c1386ee2e08d0e Mon Sep 17 00:00:00 2001 From: Andinus Date: Tue, 7 Sep 2021 21:16:54 +0530 Subject: Rust: Add Hello World & Lucian's Luscious Lasagna --- rust/hello-world/README.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 rust/hello-world/README.md (limited to 'rust/hello-world/README.md') diff --git a/rust/hello-world/README.md b/rust/hello-world/README.md new file mode 100644 index 0000000..4ece0fa --- /dev/null +++ b/rust/hello-world/README.md @@ -0,0 +1,53 @@ +# Hello World + +Welcome to Hello World on Exercism's Rust Track. +If you need help running the tests or submitting your code, check out `HELP.md`. + +## Instructions + +The classical introductory exercise. Just say "Hello, World!". + +["Hello, World!"](http://en.wikipedia.org/wiki/%22Hello,_world!%22_program) is +the traditional first program for beginning programming in a new language +or environment. + +The objectives are simple: + +- Write a function that returns the string "Hello, World!". +- Run the test suite and make sure that it succeeds. +- Submit your solution and check it at the website. + +If everything goes well, you will be ready to fetch your first real exercise. + +## Source + +### Created by + +- @EduardoBautista + +### Contributed to by + +- @ashleygwilliams +- @ClashTheBunny +- @coriolinus +- @cwhakes +- @dvoytik +- @EduardoBautista +- @efx +- @ErikSchierboom +- @hydhknn +- @IanWhitney +- @ijanos +- @kytrinyx +- @lutostag +- @nfiles +- @petertseng +- @regnerjr +- @rofrol +- @stringparser +- @xakon +- @ZapAnton + +### Based on + +This is an exercise to introduce users to using Exercism - http://en.wikipedia.org/wiki/%22Hello,_world!%22_program \ No newline at end of file -- cgit 1.4.1-2-gfad0