Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/src for main? #40

Open
cxj opened this issue Aug 4, 2017 · 1 comment
Open

/src for main? #40

cxj opened this issue Aug 4, 2017 · 1 comment

Comments

@cxj
Copy link
Contributor

cxj commented Aug 4, 2017

I put all my autoloaded classes into /src. But where do I put the source for my main* for a command-line executable? Does that go in /src? Someplace else?

*main (like int main() in C/C++) -- the non-class entry point for the program, which typically receives the command line parameters via $argv.

@samwilson
Copy link

Those would go in bin/ I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants