Initial skeleton

This commit is contained in:
Matteo Settenvini 2022-07-01 22:36:04 +02:00
parent f2ec0da1be
commit 59b77ad62d
Signed by: matteo
GPG key ID: 8576CC1AD97D42DF
14 changed files with 1693 additions and 92 deletions

6
src/main.rs Normal file
View file

@ -0,0 +1,6 @@
// SPDX-FileCopyrightText: 2022 Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
// SPDX-License-Identifier: AGPL-3.0-or-later
fn main() {
println!("Hello, world!");
}