Aug 1, 2016if name == "main": May 22, 2009even though c++ does have decorated symbols, it almost certainly uses c-linkage for main, rather than a clever linker that looks for each one in turn. So it found your wmain and put the.
Feb 8, 2016import package # ok import package2 # ok def main(): Mar 12, 2019em algumas linguagens, como em c, temos a função main() que normalmente é o ponto de entrada padrão do programa. Func main() is there any relationship between the "main" in the package line and the "main" in the func line?
C/c++ uses the same "main" entry point.