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
@dk949
dk949 / comments_of_the_world.md
Last active November 19, 2025 20:18
Comments in different programming languages

Comments in different programming languages

This document lists comment styles and languages (and dialects) that use it. The list is based on the one used in NERD commenter.

Comment types are grouped by the types of symbols used. Each example is organised as a comment block followed by a list of languages.

Note1: the number of languages is quite large, and much of this