This website works better with JavaScript.
Home
Help
Sign In
nomis
/
gitmoji-rust
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
🎉
Initial commit
master
n0m1s
7 years ago
commit
285e51c380
3 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.gitignore
+6
-0
Cargo.toml
+3
-0
src/main.rs
+ 2
- 0
.gitignore
View File
@ -0,0 +1,2 @@
/target
**/*.rs.bk
+ 6
- 0
Cargo.toml
View File
@ -0,0 +1,6 @@
[
package
]
name
=
"gitmoji-rust"
version
=
"0.1.0"
authors
=
[
"n0m1s <git@homnomnom.fr>"
]
[
dependencies
]
+ 3
- 0
src/main.rs
View File
@ -0,0 +1,3 @@
fn
main
(
)
{
println
!
(
"Hello, world!"
)
;
}
Write
Preview
Loading…
Cancel
Save