Function main
The predefined vibe.d
application entry point.
This function will automatically be executed if you import the module vibe.d
in your code. It
will perform default command line parsing and starts the event loop.
Prototype
int main();
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.