Skip to content

Commit

Permalink
Change Hello World on Name
Browse files Browse the repository at this point in the history
  • Loading branch information
m0onblvck committed Nov 10, 2023
1 parent 855e139 commit 0c65e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package main
import "fmt"

func main() {
fmt.Println("Hello world")
fmt.Println("Солдатов Иван Сергеевич")
}

0 comments on commit 0c65e0e

Please sign in to comment.