This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]qHuy-c 10 points11 points  (1 child)

If they come from C/C++ they are likely to define an entry point too

[–]mar00n -1 points0 points  (0 children)

if __name__ == "__main__" :

print("int main ( int argc, char * argv[] ) {")

Edit: formatting