commit 1c25643be72484a468733c6c7926c37ad0e98f7a Author: nuno Date: Fri Dec 10 16:21:21 2021 +0400 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c56ef5 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Haxe project + +This is an example Haxe project scaffolded by Visual Studio Code. + +Without further changes the structure is following: + + * `src/Main.hx`: Entry point Haxe source file + * `build.hxml`: Haxe command line file used to build the project + * `README.md`: This file