Skip to content

Commit

Permalink
tye
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic authored Nov 9, 2021
1 parent d2cce4a commit 3deefa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-Fundamentals-II/05_Interfaces/Interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var x interface{}

x = "a string"

fmt.Printn(x)
fmt.Println(x)

```

Expand Down

0 comments on commit 3deefa8

Please sign in to comment.