Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored and DmitriyLewen committed Sep 27, 2021
1 parent cbf5cbf commit fc1f00e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

import (
"fmt"
)

func main() {
fmt.Println("123")
}

0 comments on commit fc1f00e

Please sign in to comment.