feat: with base rust project
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-28 19:53:04 +02:00
parent 4ff3acb1d3
commit e563bbfd0d
4 changed files with 17 additions and 1 deletions

3
src/main.rs Normal file
View File

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