Initial commit

This commit is contained in:
Victoria Brekenfeld 2021-12-15 17:25:15 +01:00
commit b7da65117e
5 changed files with 1263 additions and 0 deletions

5
src/main.rs Normal file
View file

@ -0,0 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-only
fn main() {
println!("Hello, world!");
}