aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-11-12 17:26:25 -0700
committerMelody Horn <melody@boringcactus.com>2021-11-12 17:26:25 -0700
commitfad6b7b755b788ca0d9113999faa8fb0d6f89ad0 (patch)
treef6d76660a219fb78bf2e476b2fc5a7430da8ce47 /src
parent8556590d77ad9e0729c869f75a3aa202d24b96d5 (diff)
downloadnarchttpd-fad6b7b755b788ca0d9113999faa8fb0d6f89ad0.tar.gz
narchttpd-fad6b7b755b788ca0d9113999faa8fb0d6f89ad0.zip
some bullshit thrown together for testing
Diffstat (limited to 'src')
-rw-r--r--src/main.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index e7a11a9..97a8ae6 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,4 @@
-fn main() {
- println!("Hello, world!");
+#[tokio::main]
+async fn main() {
+ // swag
}