❤️🩹
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |