rust-hello

This commit is contained in:
milisbir 2018-11-10 06:45:50 +02:00
commit 74892fc506
2 changed files with 9 additions and 0 deletions

6
git-guncelle Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
#ack="guncelleme"
ack=$1
git add .
git commit -a -m "$ack"
git push origin master

3
merhaba.rs Normal file
View File

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