Added examples.

This commit is contained in:
2023-01-13 16:53:45 -08:00
parent ea214fe7d7
commit 9313361cff
3 changed files with 31 additions and 3 deletions

View File

@ -0,0 +1,7 @@
//! The playground example is a special example meant for unstructured experimentation which can potentially be turned
//! into an actual example at some point or deleted. It should always be reset to unchanged hello world before the working
//! branch where the experimentation is happening is merged.
fn main() {
println!("Hello, world!");
}