Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiogiovanni committed Nov 20, 2023
1 parent 9990a09 commit eb70dcc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions internal/viaje.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package internal

type Viaje struct {
destino Destino
rentabilidad float32
tiempoDias uint

// prioridad ??
// extraRentPrio ??
}

0 comments on commit eb70dcc

Please sign in to comment.