rust-hello
This commit is contained in:
commit
74892fc506
2 changed files with 9 additions and 0 deletions
6
git-guncelle
Executable file
6
git-guncelle
Executable 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
3
merhaba.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, World");
|
||||
}
|
Loading…
Add table
Reference in a new issue