Skip to content

Commit

Permalink
fix(tuples_refs): fixed problem with README
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodesu authored Dec 9, 2024
1 parent c17486f commit aaedb45
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions subjects/tuples_refs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ And its output:

```console
$ cargo run
Student: Student(20, "Pedro", "Domingos")
Student first name: Pedro
Student last name: Domingos
Student Id: 20
Student's first name: Pedro
Student's last name: Domingos
Student's id: 20
$
```

Expand Down

0 comments on commit aaedb45

Please sign in to comment.