3 files changed, 0 insertions(+), 17 deletions(-)
D Cargo.lock
D Cargo.toml
D src/main.rs
D Cargo.lock => Cargo.lock +0 -5
@@ 1,5 0,0 @@
-# This file is automatically @generated by Cargo.
-# It is not intended for manual editing.
-[[package]]
-name = "the-rust-programming-language-2018-edition"
-version = "0.1.0"
D Cargo.toml => Cargo.toml +0 -9
@@ 1,9 0,0 @@
-[package]
-name = "the-rust-programming-language-2018-edition"
-version = "0.1.0"
-authors = ["Kenneth Dodrill <kmdodrill@protonmail.com>"]
-edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
D src/main.rs => src/main.rs +0 -3
@@ 1,3 0,0 @@
-fn main() {
- println!("Hello, world!");
-}