Skip to content

Commit

Permalink
update annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tychy committed Sep 18, 2024
1 parent 2a17b63 commit 74c1f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ func main() {
fmt.Print("HoujinExecutiveValues: \n" + execs.String())
fmt.Println("HoujinExecutiveNames: [" + strings.Join(execNames, ",") + "]")
fmt.Println("HoujinRepresentativeNames: [" + strings.Join(repName, ",") + "]")
fmt.Println("HoujinCapital: ", h.GetHoujinCapital())
fmt.Println("HoujinStock: ", h.GetHoujinStock())
fmt.Printf("HoujinCapital: %d\n", h.GetHoujinCapital())
fmt.Printf("HoujinStock: %d\n", h.GetHoujinStock())
fmt.Println("HoujinCreatedAt: " + h.GetHoujinCreatedAt())
fmt.Println("HoujinBankruptedAt: " + h.GetHoujinBankruptedAt())
fmt.Println("HoujinDissolvedAt: " + h.GetHoujinDissolvedAt())
Expand Down

0 comments on commit 74c1f37

Please sign in to comment.