Use flakes

This commit is contained in:
Elnu 2023-08-13 15:16:58 -07:00
parent c7b6ed4152
commit e5fc8f4d29
9 changed files with 138 additions and 30 deletions

3
helloworld/src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}