// usage: jsx --complete 15:7 complete/example.jsx

import "js/web.jsx";

/**
 * The application main class.
 */
class _Main {
	/**
	 * The application entry point.
	 * @param args arguments of process
	 */
	static function main(args : string[]) :void {
		log "Hello, world!";
		dom.
	}
}
