package main
import "fmt"
type Developer struct {
Code []string
Interests []string
OperatingSystems []string
ToolsUsed []string
IDEs []string
}
func main() {
kvashaihor := Developer{
Code: []string{"TS", "JS","Java", "Python", "React"},
Interests: []string{"Backend Development", "Frontend Development","AI"},
ToolsUsed: []string{"Postman", "Termius"},
Technologies: []string{"Flask", "Node.js", "HTML", "CSS"}
IDEs: []string{"VS Code", "PyCharm"},
}
fmt.Printf("๐ Hello! I'm kvashaihor, a developer.\n")
fmt.Printf("๐ป Code: %v\n",kvashaihor.Code)
fmt.Printf("๐ Interests: %v\n",kvashaihor.Interests)
fmt.Printf("๐ฅ๏ธ Operating Systems: %v\n",kvashaihor.OperatingSystems)
fmt.Printf("๐ ๏ธ Tools Used: %v\n",kvahsaihor.ToolsUsed)
}
Pinned Loading
-
-
InstaRaider
InstaRaider PublicForked from akurtovic/InstaRaider
Non-API script to download all public photos for any Instagram user
Python
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

