Skip to content

Instantly share code, notes, and snippets.

@desttinghim
Created August 12, 2016 21:55
Show Gist options
  • Save desttinghim/c96d28d79d476607a133fa4ce084e041 to your computer and use it in GitHub Desktop.
Save desttinghim/c96d28d79d476607a133fa4ce084e041 to your computer and use it in GitHub Desktop.
Test project to demonstrate hxcpp haxelib repo error
-main Test
-cpp bin/
class Test {
public static main() {
Sys.println("Hello, World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment