rust-hello
This commit is contained in:
commit
74892fc506
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
#ack="guncelleme"
|
||||
ack=$1
|
||||
git add .
|
||||
git commit -a -m "$ack"
|
||||
git push origin master
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, World");
|
||||
}
|
Loading…
Reference in New Issue