[−][src]Module show_notes::e000
Hello, world!
- Date: September 24, 2015
- Subject: The host, the language, and the show!
- Audio
Today's show is pretty meta. You can skip it if you just want to start with
something more technical, but I thought listeners might want to know a
little about the origins of the show and my own background, so that's what
you get today. Next time, we'll be tackling the rustdoc
command in some
detail.
This is an almost-empty module: we aren't doing any fun code samples yet. I included the standard "Hello, world!" example, because how could I not? However, at some point in the future, there will be much more detailed code samples available:
- in the GitHub repository for the show
- in the show notes attached to each episode
Hopefully, the result will be a pretty helpful bunch of side content along with the audio of the podcast itself.
Follow/Support
- New Rustacean:
- Twitter: @newrustacean
- App.net: @newrustacean
- Patreon
- Email: [email protected]
- Twitter: @newrustacean
- Chris Krycho
- Twitter: @chriskrycho
- App.net: @chriskrycho
- Twitter: @chriskrycho
Functions
hello_world | Prints "Hello, world!" if you import it somewhere and run it. |