Skip to content
View merki86's full-sized avatar
🌻
Whoever are you, i love you <3
🌻
Whoever are you, i love you <3
  • Қазақ Елі
  • 00:22 (UTC +05:00)

Block or report merki86

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
merki86/README.md

qazaq spirit

My stats:

GitHub stats

WakaTime stats

Me in a nutshell:
graph LR
A[Inspiration] -- Dreaming of the idea --> B[Making false hopes]
A -- Telling ppl how busy I am --> C[Doing nothing at all]
B --> D{Fail}
C --> D
D --> A
Loading
rikka

𐰖𐰁𐰵𐰦𐰁⁚𐰌𐰁𐰼𐰅⁚𐰆𐰬𐰁𐰞𐰁𐰑! 𐰢𐰺𐰚𐰄⁚

Pinned Loading

  1. implementation of easy problem from ... implementation of easy problem from leetcode :P
    1
    func isPalindrome(x int) bool {
    2
        var str string = fmt.Sprintf("%d", x)
    3
    
                  
    4
        for f, r := 0, len(str)-1; f<r; f, r = f+1, r-1 {
    5
            if str[f] != str[r] {
  2. koreyik koreyik Public

    Open source backend of The Kazakh anime encyclopedia site.

    Go 3