https://github.com/xasannosirov/leetcode
My leetcode solutions
https://github.com/xasannosirov/leetcode
golang leetcode solutions
Last synced: 9 months ago
JSON representation
My leetcode solutions
- Host: GitHub
- URL: https://github.com/xasannosirov/leetcode
- Owner: xasannosirov
- Created: 2024-11-12T12:10:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T08:11:19.000Z (9 months ago)
- Last Synced: 2025-02-26T09:23:23.600Z (9 months ago)
- Topics: golang, leetcode, solutions
- Language: Go
- Homepage: https://leetcode.com/u/xasannosirov
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```go
package main
import (
"fmt"
)
func main(){
fmt.Println("I solved the problems with Golang")
}
```