aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-11-12 10:46:44 -0700
committerMelody Horn <melody@boringcactus.com>2021-11-12 10:46:44 -0700
commit8556590d77ad9e0729c869f75a3aa202d24b96d5 (patch)
treef97b9b0fbda84754fee7d395b3b22127feb7e8dd /src
downloadnarchttpd-8556590d77ad9e0729c869f75a3aa202d24b96d5.tar.gz
narchttpd-8556590d77ad9e0729c869f75a3aa202d24b96d5.zip
haha readme go brrrrr
Diffstat (limited to 'src')
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}