Skip to content

Instantly share code, notes, and snippets.

View 5quirre1's full-sized avatar
❤️‍🩹
ok

Squirrel 5quirre1

❤️‍🩹
ok
View GitHub Profile
@5quirre1
5quirre1 / wow.sgcx
Last active May 5, 2025 21:31
how to make a function in sgc++
// make a function
func greg():
gPrintln("wow") // you have to indent stuff because it's basically python
// python if __name__ === "__main__" greg wpw
if __name__ == "__main__":
greg()
// reminder that sgc++ is buggy and bad
// https://github.com/Freakybob-Team/SGC-PLUS-PLUS