package main
import "fmt"
type Developer struct {
Code []string
Interests []string
OperatingSystems []string
ToolsUsed []string
IDEs []string
}
func main() {
yassin := Developer{
Code: []string{"Python", "JavaScript", "Django", "Java", "C++", "Go"},
Interests: []string{"AI Development", "Full stack web applications", "philosophy"},
OperatingSystems: []string{"Linux", "Windows"},
ToolsUsed: []string{"VS Code", "Postman", "Docker"},
IDEs: []string{"VS Code", "PyCharm"},
}
fmt.Printf("👋 Hello! I'm Yassin, a programmer.\n")
fmt.Printf("💻 Code: %v\n", yassin.Code)
fmt.Printf("🌐 Interests: %v\n", yassin.Interests)
fmt.Printf("🖥️ Operating Systems: %v\n", yassin.OperatingSystems)
fmt.Printf("🛠️ Tools Used: %v\n", yassin.ToolsUsed)
}
we live in the most interesting of all times
Student, Programmer. In an open relationship with Machine Learning—it's open because I occasionally cheat on her with building full-stack web applications.
-
Simulation
- planet earth
- @khoualdi_yassin
- https://wa.me/21653510752
Pinned Loading
-
-
-
-
-
-
mac-os-theme-portfolio-V2
mac-os-theme-portfolio-V2 Publicthis is an improved version of the mac os theme portfolio
Svelte 1
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.