From f3331de381cf998cec2188e8445a3508fb564263 Mon Sep 17 00:00:00 2001 From: Seaotatop Date: Sun, 25 Jun 2023 17:52:58 -0500 Subject: [PATCH] Test CI thing --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 371003e..b2185ac 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,6 +12,8 @@ //! While Pinnacle is not a library, this documentation serves to guide those who want to //! contribute or learn how building something like this works. +// test + mod api; mod backend; mod cursor;