Skip to content

Instantly share code, notes, and snippets.

View lubiksss's full-sized avatar
😀
Focusing

lubiksss lubiksss

😀
Focusing
View GitHub Profile
⭐ Total Stars: 1
➕ Total Commits: 1,565
🔀 Total PRs: 26
🚩 Total Issues: 6
📦 Contributed to: 6
@lubiksss
lubiksss / I'm a night 🦉
Last active April 14, 2023 02:48
commit time
🌞 Morning 67 commits █▋░░░░░░░░░░░░░░░░░░░ 7.8%
🌆 Daytime 298 commits ███████▎░░░░░░░░░░░░░ 34.7%
🌃 Evening 371 commits █████████░░░░░░░░░░░░ 43.2%
🌙 Night 122 commits ██▉░░░░░░░░░░░░░░░░░░ 14.2%
@lubiksss
lubiksss / main.go
Created April 15, 2022 15:01
test for golang stack
package main
import (
"errors"
"fmt"
)
func main() {
testStack := newStack()
testStack.push(1)