Parcourir la source

First commit

main
Noëlle il y a 3 ans
révision
7c16df8d85
3 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 1
    0
      .gitignore
  2. 9
    0
      Cargo.toml
  3. 3
    0
      src/main.rs

+ 1
- 0
.gitignore Voir le fichier

@@ -0,0 +1 @@
/target

+ 9
- 0
Cargo.toml Voir le fichier

@@ -0,0 +1,9 @@
[package]
name = "dnd"
version = "0.1.0"
authors = ["Noëlle <noelle.d.anthony@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

+ 3
- 0
src/main.rs Voir le fichier

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

Chargement…
Annuler
Enregistrer