Skip to content

Instantly share code, notes, and snippets.

View mukailasam's full-sized avatar
🐢
Exploring the world of Computing.

Mukailasam mukailasam

🐢
Exploring the world of Computing.
View GitHub Profile
@mukailasam
mukailasam / ok.go
Last active February 19, 2024 19:49
Which one is your style
package main
import "fmt"
const (
PASSCODE = "sadsec"
)
// style 1
func passOK0(pass string) bool {
@mukailasam
mukailasam / Decode.py
Last active February 12, 2024 20:15
Decode
n3310 = {
"2": "a",
"22": "b",
"222": "c",
"3": "d",
"33": "e",
"333": "f",
"4": "g",
"44": "h",
"444": "i",