diff --git a/chapter1/.gitignore b/chapter1/.gitignore
new file mode 100644
index 0000000..ea8c4bf
--- /dev/null
+++ b/chapter1/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/chapter1/.idea/.gitignore b/chapter1/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/chapter1/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/chapter1/.idea/chapter1.iml b/chapter1/.idea/chapter1.iml
new file mode 100644
index 0000000..c254557
--- /dev/null
+++ b/chapter1/.idea/chapter1.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chapter1/.idea/modules.xml b/chapter1/.idea/modules.xml
new file mode 100644
index 0000000..daf6423
--- /dev/null
+++ b/chapter1/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chapter1/.idea/vcs.xml b/chapter1/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/chapter1/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chapter1/Cargo.lock b/chapter1/Cargo.lock
new file mode 100644
index 0000000..08acce1
--- /dev/null
+++ b/chapter1/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "chapter1"
+version = "0.1.0"
diff --git a/chapter1/Cargo.toml b/chapter1/Cargo.toml
new file mode 100644
index 0000000..532660c
--- /dev/null
+++ b/chapter1/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "chapter1"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
diff --git a/chapter1/src/main.rs b/chapter1/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/chapter1/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}
diff --git a/chapter1/tags b/chapter1/tags
new file mode 100644
index 0000000..bc069fd
--- /dev/null
+++ b/chapter1/tags
@@ -0,0 +1,6 @@
+!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
+!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
+!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
+!_TAG_PROGRAM_NAME Exuberant Ctags //
+!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
+!_TAG_PROGRAM_VERSION Development //