Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iliayatsenko committed Nov 11, 2023
0 parents commit a73611f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module iliayatsenko1708/ru_to_ua_trans_tg_bot

go 1.21.4
7 changes: 7 additions & 0 deletions hello.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import("fmt")

func main() {
fmt.Println("Hello world from Go")
}

0 comments on commit a73611f

Please sign in to comment.