From 1c25643be72484a468733c6c7926c37ad0e98f7a Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Dec 2021 16:21:21 +0400 Subject: [PATCH] first commit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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