CS Student & Competitive Programmer Passionate about Software Engineering, Algorithms & Mathematics
package main
import (
"fmt"
"time"
)
type Senpai struct {
Identity string
Education string
Editor string
Kernel string
}
const (
Stability = "Experimental"
Uptime = "24/7"
)
func main() {
me := Senpai{
Identity: "Software Engineer & CS Student",
Education: "B.Sc in Computer Science",
Editor: "Neovim (v0.10+)",
Kernel: "Linux x86_64",
}
stack := map[string][]string{
"Languages": {"C++", "Python", "Golang"},
"Core": {"Algorithms", "Mathematics", "Machine Learning"},
"Tools": {"Git", "Linux"},
}
go func() {
CurrentEndeavours := []string{
"Machine Learning & Mathematics",
"Competitive Programming",
"Computer Systems & Low-Level"
}
}
}- Katana Shell — A POSIX-compliant UNIX shell
- AniXapi — An Anime platform RESTful API for managing & rating Anime collections
- Dotfiles — My linux dots
Find me on
X
Gmail
Codeforces
Leetcode
