summaryrefslogtreecommitdiff
path: root/hello_world
diff options
context:
space:
mode:
Diffstat (limited to 'hello_world')
-rwxr-xr-xhello_world/hello_cargo/Cargo.lock4
-rwxr-xr-xhello_world/hello_cargo/Cargo.toml7
-rwxr-xr-xhello_world/hello_cargo/src/main.rs3
-rwxr-xr-xhello_world/main.exebin4129619 -> 0 bytes
-rwxr-xr-xhello_world/main.rs4
5 files changed, 0 insertions, 18 deletions
diff --git a/hello_world/hello_cargo/Cargo.lock b/hello_world/hello_cargo/Cargo.lock
deleted file mode 100755
index bd8a836..0000000
--- a/hello_world/hello_cargo/Cargo.lock
+++ /dev/null
@@ -1,4 +0,0 @@
-[[package]]
-name = "hello_cargo"
-version = "0.1.0"
-
diff --git a/hello_world/hello_cargo/Cargo.toml b/hello_world/hello_cargo/Cargo.toml
deleted file mode 100755
index 61d091a..0000000
--- a/hello_world/hello_cargo/Cargo.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[package]
-name = "hello_cargo"
-version = "0.1.0"
-authors = ["Adam Carpenter <carpenat@ES.AD.ADP.COM>"]
-edition = "2018"
-
-[dependencies]
diff --git a/hello_world/hello_cargo/src/main.rs b/hello_world/hello_cargo/src/main.rs
deleted file mode 100755
index e7a11a9..0000000
--- a/hello_world/hello_cargo/src/main.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-fn main() {
- println!("Hello, world!");
-}
diff --git a/hello_world/main.exe b/hello_world/main.exe
deleted file mode 100755
index 8bb285b..0000000
--- a/hello_world/main.exe
+++ /dev/null
Binary files differ
diff --git a/hello_world/main.rs b/hello_world/main.rs
deleted file mode 100755
index 3d46bbe..0000000
--- a/hello_world/main.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-fn main() {
- println!("hello world!");
-}
-