scufflecloud_core/
main.rs

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`
8
9fn main() {
10    println!("Hello World!");
11}