From 9f6ad3a33d7b461a6d0b86d2bc6c40a71116db24 Mon Sep 17 00:00:00 2001 From: KrenZfer Date: Sat, 15 Dec 2018 19:32:07 +0700 Subject: [PATCH 1/2] Added HelloWorld for Haxe Programming --- HelloWorld.hx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 HelloWorld.hx diff --git a/HelloWorld.hx b/HelloWorld.hx new file mode 100644 index 00000000..f281ee0e --- /dev/null +++ b/HelloWorld.hx @@ -0,0 +1,9 @@ +package; + +class HelloWorld { + + static public function Main():Void { + trace ("Hello World"); + } + +} \ No newline at end of file From 8a4b9f79ff1d12328e3a39665f33d402f0e4f022 Mon Sep 17 00:00:00 2001 From: KrenZfer Date: Sat, 15 Dec 2018 22:03:04 +0700 Subject: [PATCH 2/2] Added HelloWorld for Haxe Programming --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 02d5fa6e..cc59f1ce 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,10 @@ Go is a programming language created in 2009 by Google employees Robert Grieseme - [x] **Haskell** +- [x] **Haxe** + +Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities. + - [x] **HTML** Html Stands For Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web.Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.