1//! Core/Authentication server for <https://scuffle.cloud/>.
2//!
3//! ## License
4//!
5//! This project is licensed under the [AGPL-3.0](./LICENSE.AGPL-3.0).
6//!
7//! `SPDX-License-Identifier: AGPL-3.0`
89fn main() {
10println!("Hello World!");
11}