Created
December 28, 2013 18:14
-
-
Save anonymous/8162357 to your computer and use it in GitHub Desktop.
Revisions
-
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #[no_uv]; extern mod native; #[start] fn start(argc: int, argv: **u8) -> int { do native::start(argc, argv) { main(); } } fn main() {}