Skip to content

Commit

Permalink
HW1 is completed
Browse files Browse the repository at this point in the history
  • Loading branch information
DimVlas authored and DimVlas committed Mar 30, 2024
1 parent 7c74b05 commit 2dcd457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hw01_hello_otus/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/DimVlas/hw01_hello_otus

go 1.22.1
go 1.22

require golang.org/x/example v0.0.0-20230731131755-00c7068f9d83
4 changes: 1 addition & 3 deletions hw01_hello_otus/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import (
stringutil "golang.org/x/example/stringutil"
)

const (
HelloStr string = "Hello, OTUS!"
)
const HelloStr string = "Hello, OTUS!"

func main() {
fmt.Println(stringutil.Reverse(HelloStr))
Expand Down

0 comments on commit 2dcd457

Please sign in to comment.