added flake.nix, license and readme

This commit is contained in:
2025-11-25 22:09:59 +01:00
parent 5eafe8af14
commit c9c2cf23a6
7 changed files with 1030 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// This project is licensed under MIT Licese.
// See the LICENSE folder for details.
fn main() {
println!("Hello, world!");
}