├── CONTRIBUTING.md ├── LANGUAGES.md ├── LICENSE.md ├── README.md └── examples ├── # ├── 0 ├── !!!Batch ├── --C-=C-C--.c ├── 05AB1E.abe ├── 0815.0815 ├── 1+ ├── 2B.2b ├── 2L.2l ├── 4thdimension.4dd ├── 6ix ├── 7.7 ├── 7Basic.b ├── 8th.8th ├── @text.py ├── ~ATH.~ATH ├── ~English.ext └── اهلابالعالم.jeem ├── a ├── A+ ├── A-colon-semicolon ├── ABAP.abap ├── ABAP.exe ├── ABC.abc ├── ACL2.acl2 ├── ALGOL.alw ├── APL.aws ├── ARM_HelloWorld.s ├── ASP.asp ├── ATS.dats ├── A_Pear_Tree.apt ├── ActionScript.as ├── Ada.ada ├── Ada.adb ├── Aeolbonn.aeo ├── Agena.agn ├── Agony ├── Aheui.aheui ├── Aime.aime ├── Aime_2.aime ├── Ale.ale ├── Algae.algae ├── Alloy.als ├── Alore.alo ├── Ambient.ambient ├── Amiga-E ├── And ├── Android │ ├── .gitignore │ ├── .idea │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── runConfigurations.xml │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── android │ │ │ │ └── helloworld │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── android │ │ │ │ │ └── helloworld │ │ │ │ │ └── MainActivity.java │ │ │ └── res │ │ │ │ ├── drawable-v24 │ │ │ │ └── ic_launcher_foreground.xml │ │ │ │ ├── drawable │ │ │ │ └── ic_launcher_background.xml │ │ │ │ ├── layout │ │ │ │ └── activity_main.xml │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ ├── ic_launcher.xml │ │ │ │ └── ic_launcher_round.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── android │ │ │ └── helloworld │ │ │ └── ExampleUnitTest.java │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── AngelScript.as ├── Ansible.yaml ├── AntLang.ant ├── AntScript.xml ├── Ante.ante ├── Apex.cls ├── AppleScript.scpt ├── Applesoft.applesoft ├── Apricot.apricot ├── Arduino.ino ├── Arduino_2.ino ├── Arduino_Brasilino.ino ├── Argile.argile ├── ArnoldC.arnoldc ├── AsciiDots.dots ├── AssemblerFuck.asm ├── Assembly.asm ├── Astro.astro ├── Asymptote.asymptote ├── Atom.atom ├── Aubergine.aub ├── AutoHotkey.ahk ├── AutoIt.au3 ├── AutoLISP.lsp ├── Automator.workflow │ └── Contents │ │ ├── Info.plist │ │ ├── QuickLook │ │ └── Thumbnail.png │ │ └── document.wflow ├── Awk.awk └── Axe.axe ├── b ├── BASIC256.kbs ├── BBC.bbc ├── BCPL.bcpl ├── BETA.bet ├── BIRL.birl ├── Babel-React.babel ├── Ballerina.bal ├── Barely.txt ├── Bash.sh ├── Bash_2.sh ├── Bash_3.sh ├── Bash_4.sh ├── Bash_5.sh ├── Bash_6.sh ├── Basic.b ├── Batch.bat ├── Batch.cmd ├── Battlestar.bts ├── Bc.bc ├── BeanShell.bsh ├── Beeswax.bswx ├── Befreak.befreak ├── Befunge.bf ├── Befunge_2.bf ├── Bestfriend.js ├── Binary_lambda_calculus ├── Binaryfuck ├── Blast.blast ├── Bml.bml ├── Boo.boo ├── Boolfuck.h ├── Bourne_Shell.sh ├── Brace.brace ├── Bracmat.bracmat ├── Braille │ ├── Braille.c │ ├── Braille_inp.txt │ └── README.md ├── BrainLanguage.brn ├── Brainfuck--.bf ├── Brainfuck.b ├── Brat.brat ├── Brightscript.brs ├── Brlcad.brlcad ├── Bro.bro └── brain-flak.rb ├── c ├── C#.cs ├── C#_2.cs ├── C+.cpl ├── C │ ├── C.c │ ├── C_10.c │ ├── C_2.c │ ├── C_3.c │ ├── C_4.c │ ├── C_5.c │ ├── C_6.c │ ├── C_7.c │ ├── C_8.c │ └── C_9.c ├── C1r.c1r ├── CFML.cfc ├── CLC-Intercal.clc ├── CMakeLists.txt ├── COBOL.cbl ├── COW.cow ├── CPL.cpl ├── CSS.css ├── CSharp_AspNetCore.cs ├── C_intercal.cin ├── CalScript.calscript ├── Calculon ├── Caml.ml ├── Cat.cat ├── Cduce.cduce ├── Ceylon.ceylon ├── ChaScript_txt ├── Charcoal.cl ├── Chef.chef ├── Chicken.chicken ├── ChucK.ck ├── ChuckScript.cnpl ├── Clarion.clw ├── Clay.clay ├── Clean.clean ├── Clipper.ch ├── Clips.clp ├── Clojure.clj ├── Cobol.cob ├── Cobra.cobra ├── CodeFuck.cf ├── CoffeeScript.coffee ├── ColdFusion.cfm ├── Comal.comal ├── CommonLisp.cl ├── Component.component ├── Coq.v ├── Cpp │ ├── C++.cpp │ ├── C++_10.cpp │ ├── C++_11.cpp │ ├── C++_12.cpp │ ├── C++_2.cpp │ ├── C++_3.cpp │ ├── C++_4.cpp │ ├── C++_5.cpp │ ├── C++_6.cpp │ ├── C++_7.cpp │ ├── C++_8.cpp │ ├── C++_9.cpp │ └── C++_CLI.cpp ├── Cpp_Hello.cpp ├── Crack.crack ├── Crystal.cr ├── Cshell.csh └── Cubix.cubix ├── d ├── D.d ├── DCL.dcl ├── DL.dls ├── DNA#.dna ├── DOG.dog ├── DOGO.txt ├── DUP.dup ├── Dafny.dfy ├── Dao.dao ├── Dart.dart ├── Dc.dc ├── Dddd.dd ├── Ddnc.ddnc ├── Deadfish.df ├── Delphi.dpr ├── Deno.js ├── DerpLang.derp ├── Derpcode.derp ├── DesiredStateConfiguration.ps1 ├── DiBOL.dbl ├── Dimensions ├── Div.div ├── Divzeros.txt ├── Dm.dm ├── Dogescript.djs ├── Drift.df ├── DuckyScript.txt ├── Dw.dw ├── Dylan.dylan ├── Dylan.dylan~ ├── DylanNet.dn └── DylanNet_2.dn ├── e ├── E.e ├── ECMAScript.js ├── ELANG.eln ├── Ec.ec ├── Echolisp.echolisp ├── Ecl.ecl ├── Edsac.edsac ├── Efene.efene ├── Egison.egison ├── Eiffel.e ├── Ela.ela ├── Elastic.elastic ├── Elena.elena ├── Elena_2.elena ├── Elisa.elisa ├── Elixir.ex ├── Elm.elm ├── EmacsLisp.el ├── Emmental ├── Emo.emo ├── Emojicode.emojic ├── Erlang.erl ├── Erre.erre ├── Euphoria.ew ├── Evil.txt └── elixir2.ex ├── f ├── F#.fs ├── FALSE.f ├── FURscript.furscript ├── Factor.factor ├── Falcon.fal ├── Fantom.fantom ├── Felix.flx ├── FerNANDo ├── Ferite.ferite ├── Fetlang.fet ├── Fexl.fexl ├── Fish.fish ├── Fission ├── Flogscript.wflog ├── Focal.focal ├── Foo.foo ├── Forth.fth ├── Fortran.f95 ├── Fortran77.f77 ├── Fortran90.f90 ├── Fortran_1.f ├── Fortress.fss ├── Fourier ├── FreeBASIC.bas ├── Frege.frege ├── Frink.frink ├── Funl.funl └── Fuze.fuze ├── g ├── GDScript.gd ├── GML.gml ├── GNUOctave.m ├── GOTO10 ├── GPortugol.gpt ├── GTA3Script.sc ├── GW-BASIC ├── Gambas.gambas ├── Gap.gap ├── Gecko.gecko ├── Gema.gema ├── Genome.atcg ├── Gentee.g ├── Gfa.gfa ├── Glass.glass ├── Glava.gl ├── Glbasic.glbasic ├── Glee.glee ├── Glee_2.glee ├── Glee_3.glee ├── Glee_4.glee ├── Go.go ├── Go_2.go ├── Golfscript.gs ├── Gonda.gonda ├── GoogleAppsScript.gs ├── Gosu.gsp ├── Graphical_Brainfuck.bf └── Groovy.gsh ├── h ├── HEX.hex ├── HP-PPL.hpprgm ├── HQ9+.hq9p ├── HTML.html ├── HTML_2.html ├── HTML_3.html ├── HTML_4.html ├── HTML_5.html ├── HTML_6.html ├── HTML_7.html ├── HTML_8.html ├── HaPyLi.hpl ├── Hack.asm ├── Hack.hh ├── Halon.halon ├── Harbour.harbour ├── Haskell.hs ├── Haskell_2.hs ├── Hatter.hatter ├── Haxe.hx ├── Hello World.vim ├── Hello++.hpp ├── HelloW.java ├── HelloWorld-Functions.py ├── HelloWorld.n ├── Hello_php_script.php ├── Heron.Heron ├── Hexagony.hxg ├── Hicest.hicest ├── Hla.hla ├── Hodor.hd ├── HolyC.cpp └── Hy.hy ├── i ├── I.i ├── ISCOM.iscom ├── Icon.icn ├── Idl.idl ├── Idris.idr ├── ImageFuck.png ├── Imba.imba ├── Integer.integer ├── Io.io ├── Ioke.ioke ├── Ionic.html ├── Ionic_2 │ ├── .editorconfig │ ├── .gitignore │ ├── config.xml │ ├── ionic.config.json │ ├── package-lock.json │ ├── package.json │ ├── resources │ │ ├── README.md │ │ ├── android │ │ │ ├── icon │ │ │ │ ├── drawable-hdpi-icon.png │ │ │ │ ├── drawable-ldpi-icon.png │ │ │ │ ├── drawable-mdpi-icon.png │ │ │ │ ├── drawable-xhdpi-icon.png │ │ │ │ ├── drawable-xxhdpi-icon.png │ │ │ │ └── drawable-xxxhdpi-icon.png │ │ │ └── splash │ │ │ │ ├── drawable-land-hdpi-screen.png │ │ │ │ ├── drawable-land-ldpi-screen.png │ │ │ │ ├── drawable-land-mdpi-screen.png │ │ │ │ ├── drawable-land-xhdpi-screen.png │ │ │ │ ├── drawable-land-xxhdpi-screen.png │ │ │ │ ├── drawable-land-xxxhdpi-screen.png │ │ │ │ ├── drawable-port-hdpi-screen.png │ │ │ │ ├── drawable-port-ldpi-screen.png │ │ │ │ ├── drawable-port-mdpi-screen.png │ │ │ │ ├── drawable-port-xhdpi-screen.png │ │ │ │ ├── drawable-port-xxhdpi-screen.png │ │ │ │ └── drawable-port-xxxhdpi-screen.png │ │ ├── icon.png │ │ ├── ios │ │ │ ├── icon │ │ │ │ ├── icon-1024.png │ │ │ │ ├── icon-40.png │ │ │ │ ├── icon-40@2x.png │ │ │ │ ├── icon-40@3x.png │ │ │ │ ├── icon-50.png │ │ │ │ ├── icon-50@2x.png │ │ │ │ ├── icon-60.png │ │ │ │ ├── icon-60@2x.png │ │ │ │ ├── icon-60@3x.png │ │ │ │ ├── icon-72.png │ │ │ │ ├── icon-72@2x.png │ │ │ │ ├── icon-76.png │ │ │ │ ├── icon-76@2x.png │ │ │ │ ├── icon-83.5@2x.png │ │ │ │ ├── icon-small.png │ │ │ │ ├── icon-small@2x.png │ │ │ │ ├── icon-small@3x.png │ │ │ │ ├── icon.png │ │ │ │ └── icon@2x.png │ │ │ └── splash │ │ │ │ ├── Default-568h@2x~iphone.png │ │ │ │ ├── Default-667h.png │ │ │ │ ├── Default-736h.png │ │ │ │ ├── Default-Landscape-736h.png │ │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ │ ├── Default-Landscape@~ipadpro.png │ │ │ │ ├── Default-Landscape~ipad.png │ │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ │ ├── Default-Portrait@~ipadpro.png │ │ │ │ ├── Default-Portrait~ipad.png │ │ │ │ ├── Default@2x~iphone.png │ │ │ │ ├── Default@2x~universal~anyany.png │ │ │ │ └── Default~iphone.png │ │ └── splash.png │ ├── src │ │ ├── app │ │ │ ├── app.component.ts │ │ │ ├── app.html │ │ │ ├── app.module.ts │ │ │ ├── app.scss │ │ │ └── main.ts │ │ ├── assets │ │ │ ├── icon │ │ │ │ └── favicon.ico │ │ │ └── imgs │ │ │ │ └── logo.png │ │ ├── index.html │ │ ├── manifest.json │ │ ├── pages │ │ │ └── home │ │ │ │ ├── home.html │ │ │ │ ├── home.scss │ │ │ │ └── home.ts │ │ ├── service-worker.js │ │ └── theme │ │ │ └── variables.scss │ ├── tsconfig.json │ └── tslint.json ├── Iwbasic.iwbasic └── isabelle.thy ├── j ├── J#.jsl ├── J.j ├── JADE.jade ├── JCL.jcl ├── JSFuck.js ├── JSX.jsx ├── JS_aaencode.js ├── JScript.NET.js ├── JScript.js ├── J_2.j ├── Jacquard.jacquard ├── Java │ ├── Java-9.java │ ├── Java.java │ ├── JavaFX.java │ ├── JavaSwing.java │ ├── Java_10.java │ ├── Java_11.java │ ├── Java_12.java │ ├── Java_2.java │ ├── Java_3.java │ ├── Java_4.java │ ├── Java_5.java │ ├── Java_6.java │ ├── Java_7.java │ ├── Java_8.java │ └── Java_9.java ├── JavaScript │ ├── JavaScript.js │ ├── JavaScript_10.js │ ├── JavaScript_11.js │ ├── JavaScript_12.js │ ├── JavaScript_13.js │ ├── JavaScript_14.js │ ├── JavaScript_15.js │ ├── JavaScript_2.js │ ├── JavaScript_3.js │ ├── JavaScript_4.js │ ├── JavaScript_5.js │ ├── JavaScript_6.js │ ├── JavaScript_7.js │ ├── JavaScript_8.js │ ├── JavaScript_9.js │ └── react.js │ │ ├── .gitignore │ │ ├── README.md │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ └── manifest.json │ │ └── src │ │ ├── App.css │ │ ├── App.js │ │ ├── App.test.js │ │ ├── index.css │ │ ├── index.js │ │ ├── logo.svg │ │ └── registerServiceWorker.js ├── JavaServerPages.jsp ├── Jenkinsfile ├── Joy.joy ├── Jq.sh └── Julia.jl ├── k ├── Kanjicode.kanjicode ├── Kaya.kaya ├── KimL.kim ├── Kipple ├── Kitanai.kitanai ├── Kite.kite ├── Kitten.cat ├── KonsolScript.konsl ├── Kotlin.kt ├── Kotlin_2.kt ├── Kotlin_3.kt ├── Kotlin_4.kt └── Ksh.sh ├── l ├── L.l ├── LC3.asm ├── LOLCODE.lol ├── Labyrinth.labyrinth ├── Lang5.lang5 ├── Laravel.php ├── Latino.lat ├── Lc3.lc3 ├── Lc3_2.lc3 ├── Lfe.lfe ├── Liberty.liberty ├── LikePython.lp ├── Lily.lily ├── Limbo.b ├── Lingo.lingo ├── Lingo_2.lingo ├── Lisaac.li ├── Lisp.lisp ├── Lisp_2.lisp ├── ListLang ├── Livecode.livecode ├── Livecode_2.livecode ├── Llvm.llvm ├── Lobster.lobster ├── Logo.LOGO ├── Logo_1.LOGO ├── Logtalk.lgt ├── LotusScript.LSS ├── Lse64.lse64 ├── Lua.lua ├── Ly.ly ├── linux-kernel │ ├── Makefile │ └── hello_world.c └── lll ├── m ├── M4.m4 ├── MATLAB.m ├── MIPS.asm ├── MIRC.mrc ├── MS-DOS_Batch.bat ├── Magik.magik ├── Main.jack ├── Main.java ├── Makefile ├── Malbolge.mb ├── Manufactoria.java ├── Maple.mpl ├── Markdown.md ├── Mathematica.nb ├── Maude.maude ├── Max.max ├── Max_2.max ├── Maxima.maxima ├── Memfuck.mf ├── Mercury.m ├── Metafont.mf ├── Mirah.mirah ├── Mmmm.mmmm ├── Mod2.mod2 ├── Mod3.mod3 ├── MoonScript.moon ├── Morfa.morfa ├── Mouse ├── Muf.muf ├── Mumps.mumps ├── Muriel.muriel ├── MySQL.sql ├── Myrtle.myrtle └── Mythryl.my ├── n ├── NATURAL ├── Neat.neat ├── Neko.neko ├── Netrexx.netrexx ├── Neurosis.neruosis ├── Newlisp.newlisp ├── Nim.nim ├── Nit.nit ├── NoLogic.base69 ├── Node.js ├── NodePL.npl └── Nu.nu ├── o ├── OCaml.ml ├── OOLANG.obj ├── Oberon.ob ├── Objeck.objeck ├── Objective_C.m ├── Objective_J.j ├── Occam.occam ├── Octave.m ├── Oforth.oforth ├── Onyx.onyx ├── Ooc.ooc ├── Ooc_2.ooc ├── Ook!.txt ├── OpenCL.c ├── OpenLisp.lsp ├── OpenSCAD.scad ├── OtacilioN.c ├── Owl.owl ├── Oxy.oxy └── Oz.oz ├── p ├── PHP │ ├── PHP.php │ ├── PHP_10.php │ ├── PHP_2.php │ ├── PHP_3.php │ ├── PHP_4.php │ ├── PHP_5.php │ ├── PHP_6.php │ ├── PHP_7.php │ ├── PHP_8.php │ └── PHP_9.php ├── PLSQL.sql ├── PLSQL_2.bdy ├── PSQL.sql ├── PUG.pug ├── Paintfuck.pf ├── Parrot.pir ├── Pascal.pas ├── Pasm.pasm ├── Perl.pl ├── PhilosophyScript.PhS ├── Phix.phix ├── Pict.pict ├── Pict_2.pict ├── Piet.gif ├── Pikachu ├── Pike.pike ├── Pilot.pilot ├── PingPong ├── Pir.pir ├── Pogo.txt ├── Pony.pony ├── Pop11.pop11 ├── Postscript.ps ├── Potion.pn ├── PowerBasic.bas ├── PowerShell.ps1 ├── ProDOS.PRODOS ├── Processing.pde ├── Prolog.pl ├── Pseudocode.txt ├── Puppet.pp ├── Pure.pure ├── PureScript.purs ├── Purebasic.purebasic └── Python │ ├── Python.py │ ├── Python_10.py │ ├── Python_11.py │ ├── Python_12.py │ ├── Python_13.py │ ├── Python_14.py │ ├── Python_15.py │ ├── Python_16.py │ ├── Python_17.py │ ├── Python_18.py │ ├── Python_19.py │ ├── Python_2.py │ ├── Python_20.py │ ├── Python_21.py │ ├── Python_22.py │ ├── Python_3.py │ ├── Python_4.py │ ├── Python_5.py │ ├── Python_6.py │ ├── Python_7.py │ ├── Python_8.py │ └── Python_9.py ├── q ├── QBasic.bas ├── QBasic_2.bas ├── Qt_1.cpp ├── Quill.quill └── Quipu.qp ├── r ├── R.R ├── REBOL.r ├── RPL.s ├── R_2.R ├── R_3.R ├── Ra.ra ├── Racket.rkt ├── Racket_2.rkt ├── Rail.rail ├── Raven.raven ├── React-Native.js ├── ReactJS.html ├── ReactJs_Functional.js ├── Reactnative.js ├── ReasonML.re ├── Red.red ├── Retro.retro ├── Rexx.rexx ├── Rexx_2.rexx ├── Rexx_3.rexx ├── Rexx_4.rexx ├── Ring.ring ├── Rockstar.rock ├── Ruby.rb ├── Ruby_2.rb ├── Ruby_3.rb ├── Run.run ├── Rust.rs ├── Rust_2.rs └── Rust_3.rs ├── s ├── SAS.sas ├── SASS.sass ├── SCSS.scss ├── SDLBasic.sdlbas ├── SML.sml ├── SPSS.spss ├── SQL.sql ├── SQL_2.sql ├── Sa.sa ├── Salmon.salmon ├── Salmon_2.salmon ├── Salmon_3.salmon ├── Scala.scala ├── Scheme.scm ├── Scilab.sci ├── Scratch.sb2 ├── Sed.sed ├── Seed7.seed7 ├── Self.self ├── Set.set ├── Set_Lang.set ├── Setl.setl ├── Setl4.setl4 ├── Shakespeare.spl ├── Shen.shen ├── Shiny.shiny ├── Siddhi.siddhi ├── Sidef.sf ├── Simpol.simpol ├── Simula.sim ├── Simula.simula ├── Sisal.sisal ├── SkookumScript.sk ├── Slate.slate ├── Smalltalk.st ├── Smart.smart ├── SmileBASIC.txt ├── Smith.smith ├── Sno.sno ├── Solidity.sol ├── Sparkling.sparkling ├── Squeak.squeak ├── Squirrel.nut ├── Stata.stata ├── Stuck.stk ├── Suicide.suicide ├── Suneido.suneido ├── Svg.svg ├── Swift.swift ├── Swift │ ├── Contents.swift │ └── contents.xcplayground ├── Symsyn.ssl └── Sysrpl.s ├── t ├── TI-83.ti-83 ├── TI-84.84p ├── TI-84_2.84p ├── TI-Z80.83p ├── TRANSCRIPT.trn ├── Taxi.taxi ├── Tcl.tcl ├── Teco.teco ├── Terra.terra ├── Terraform.tf ├── Testml.testml ├── Tex.tex ├── Tex_2.tex ├── Thai.th ├── ThinBasic.tBasic ├── Thue.t ├── Tom.t ├── TorqueScript.ts ├── Tpp.tpp ├── Transact-SQL.tsql ├── Transforth.transforth ├── Trith.trith ├── True.true ├── TrumpScript.tr ├── Tu.tu ├── Turing.t ├── TypeScript.ts └── ti-v200-basic.v2p ├── u ├── Uniface.uniface ├── Unlambda.ul ├── Ursa.ursa ├── Ursala.ursala └── Ursala_2.ursala ├── v ├── V-- ├── V.v ├── VB.NET.vb ├── VBScript.vbs ├── VHDL.vhd ├── Vala.vala ├── Vedit.vedit ├── Velato.mid ├── Verilog.v ├── Verilog_2.v ├── VimScript.vim ├── VisualBasic.vb ├── VisualFoxPro.prg ├── Viua.viua ├── Vowels(2017).vw ├── Vowels.vw ├── Vue.js └── VueJs.html ├── w ├── WAKE.wake ├── WARP ├── Wart.wart ├── Wasd.wasd ├── Whenever.we ├── Whitespace.ws └── Wren.wren ├── x ├── X10.x10 ├── XL.xl ├── XRF.xrf ├── Xeec.xeec ├── Xlisp.lsp ├── Xpl0.xpl0 ├── Xquery.xqy ├── Xslt.xml └── Xslt.xsl ├── y ├── Y.y ├── Yacc.l ├── YoptaScript.yopta └── Yorick.i └── z ├── ZebraProgrammingLanguage.zpl ├── Zkl.zkl ├── Zombie.z └── Zsh.sh /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LANGUAGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/LANGUAGES.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/README.md -------------------------------------------------------------------------------- /examples/#/!!!Batch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/#/!!!Batch -------------------------------------------------------------------------------- /examples/#/--C-=C-C--.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/#/--C-=C-C--.c -------------------------------------------------------------------------------- /examples/#/0: -------------------------------------------------------------------------------- 1 | 1$(Hello, World! 2 | ") 3 | -------------------------------------------------------------------------------- /examples/#/05AB1E.abe: -------------------------------------------------------------------------------- 1 | // 05AB1E 2 | "Hello, World!" 3 | -------------------------------------------------------------------------------- /examples/#/0815.0815: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/#/0815.0815 -------------------------------------------------------------------------------- /examples/#/1+: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/#/1+ -------------------------------------------------------------------------------- /examples/#/2B.2b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/#/2B.2b -------------------------------------------------------------------------------- /examples/#/2L.2l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/#/2L.2l -------------------------------------------------------------------------------- /examples/#/4thdimension.4dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/#/4thdimension.4dd -------------------------------------------------------------------------------- /examples/#/6ix: -------------------------------------------------------------------------------- 1 | print Hello, World! 2 | end 3 | -------------------------------------------------------------------------------- /examples/#/7.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/#/7.7 -------------------------------------------------------------------------------- /examples/#/7Basic.b: -------------------------------------------------------------------------------- 1 | PRINT "Hello, world!" 2 | -------------------------------------------------------------------------------- /examples/#/8th.8th: -------------------------------------------------------------------------------- 1 | "Hello world!\n" . bye 2 | -------------------------------------------------------------------------------- /examples/#/@text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/#/@text.py -------------------------------------------------------------------------------- /examples/#/~ATH.~ATH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/#/~ATH.~ATH -------------------------------------------------------------------------------- /examples/#/~English.ext: -------------------------------------------------------------------------------- 1 | Display "Hello world!" and a newline. 2 | Stop the program. 3 | -------------------------------------------------------------------------------- /examples/#/اهلابالعالم.jeem: -------------------------------------------------------------------------------- 1 | أكتب "اهلا بالعالم!" 2 | -------------------------------------------------------------------------------- /examples/a/A+: -------------------------------------------------------------------------------- 1 | 'Hello World' 2 | -------------------------------------------------------------------------------- /examples/a/A-colon-semicolon: -------------------------------------------------------------------------------- 1 | j:Hello World;p:j -------------------------------------------------------------------------------- /examples/a/ABAP.abap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/ABAP.abap -------------------------------------------------------------------------------- /examples/a/ABAP.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/ABAP.exe -------------------------------------------------------------------------------- /examples/a/ABC.abc: -------------------------------------------------------------------------------- 1 | WRITE "Hello, World!" 2 | -------------------------------------------------------------------------------- /examples/a/ACL2.acl2: -------------------------------------------------------------------------------- 1 | (cw "Hello world!~%") 2 | -------------------------------------------------------------------------------- /examples/a/ALGOL.alw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/ALGOL.alw -------------------------------------------------------------------------------- /examples/a/APL.aws: -------------------------------------------------------------------------------- 1 | 'Hello World' 2 | -------------------------------------------------------------------------------- /examples/a/ARM_HelloWorld.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/ARM_HelloWorld.s -------------------------------------------------------------------------------- /examples/a/ASP.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/ASP.asp -------------------------------------------------------------------------------- /examples/a/ATS.dats: -------------------------------------------------------------------------------- 1 | implement 2 | main0 () = print("Hello, world!\n") 3 | -------------------------------------------------------------------------------- /examples/a/A_Pear_Tree.apt: -------------------------------------------------------------------------------- 1 | print "Hello World!"; 2 | -------------------------------------------------------------------------------- /examples/a/ActionScript.as: -------------------------------------------------------------------------------- 1 | trace('hello world'); 2 | -------------------------------------------------------------------------------- /examples/a/Ada.ada: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Ada.ada -------------------------------------------------------------------------------- /examples/a/Ada.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Ada.adb -------------------------------------------------------------------------------- /examples/a/Aeolbonn.aeo: -------------------------------------------------------------------------------- 1 | :Hello, world! 2 | : -------------------------------------------------------------------------------- /examples/a/Agena.agn: -------------------------------------------------------------------------------- 1 | print( "Hello world!" ) 2 | 3 | -------------------------------------------------------------------------------- /examples/a/Agony: -------------------------------------------------------------------------------- 1 | <[.<]$$$,{}~<~)+{~*@+{$~*~)~)~@<- 2 | -------------------------------------------------------------------------------- /examples/a/Aheui.aheui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Aheui.aheui -------------------------------------------------------------------------------- /examples/a/Aime.aime: -------------------------------------------------------------------------------- 1 | o_text("Hello world!\n"); 2 | -------------------------------------------------------------------------------- /examples/a/Aime_2.aime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Aime_2.aime -------------------------------------------------------------------------------- /examples/a/Ale.ale: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Ale.ale -------------------------------------------------------------------------------- /examples/a/Algae.algae: -------------------------------------------------------------------------------- 1 | printf("Hello world!\n"); 2 | -------------------------------------------------------------------------------- /examples/a/Alloy.als: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Alloy.als -------------------------------------------------------------------------------- /examples/a/Alore.alo: -------------------------------------------------------------------------------- 1 | Print('Hello, world') -------------------------------------------------------------------------------- /examples/a/Ambient.ambient: -------------------------------------------------------------------------------- 1 | system.println("Hello world!") 2 | -------------------------------------------------------------------------------- /examples/a/Amiga-E: -------------------------------------------------------------------------------- 1 | PROC main() 2 | WriteF('Hello, World!'); 3 | ENDPROC 4 | -------------------------------------------------------------------------------- /examples/a/And: -------------------------------------------------------------------------------- 1 | print "Hello World!" && exit 2 | -------------------------------------------------------------------------------- /examples/a/Android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/.gitignore -------------------------------------------------------------------------------- /examples/a/Android/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/.idea/gradle.xml -------------------------------------------------------------------------------- /examples/a/Android/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/.idea/misc.xml -------------------------------------------------------------------------------- /examples/a/Android/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/.idea/modules.xml -------------------------------------------------------------------------------- /examples/a/Android/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /examples/a/Android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /examples/a/Android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/build.gradle -------------------------------------------------------------------------------- /examples/a/Android/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/proguard-rules.pro -------------------------------------------------------------------------------- /examples/a/Android/app/src/androidTest/java/com/example/android/helloworld/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/androidTest/java/com/example/android/helloworld/ExampleInstrumentedTest.java -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/java/com/example/android/helloworld/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/java/com/example/android/helloworld/MainActivity.java -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/drawable/ic_launcher_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/drawable/ic_launcher_background.xml -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /examples/a/Android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /examples/a/Android/app/src/test/java/com/example/android/helloworld/ExampleUnitTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/app/src/test/java/com/example/android/helloworld/ExampleUnitTest.java -------------------------------------------------------------------------------- /examples/a/Android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/build.gradle -------------------------------------------------------------------------------- /examples/a/Android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/gradle.properties -------------------------------------------------------------------------------- /examples/a/Android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /examples/a/Android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /examples/a/Android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/gradlew -------------------------------------------------------------------------------- /examples/a/Android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Android/gradlew.bat -------------------------------------------------------------------------------- /examples/a/Android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /examples/a/AngelScript.as: -------------------------------------------------------------------------------- 1 | void main() 2 | { 3 | print("Hello world\n"); 4 | } -------------------------------------------------------------------------------- /examples/a/Ansible.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Ansible.yaml -------------------------------------------------------------------------------- /examples/a/AntLang.ant: -------------------------------------------------------------------------------- 1 | echo["Hello, World!"] 2 | -------------------------------------------------------------------------------- /examples/a/AntScript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/AntScript.xml -------------------------------------------------------------------------------- /examples/a/Ante.ante: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Ante.ante -------------------------------------------------------------------------------- /examples/a/Apex.cls: -------------------------------------------------------------------------------- 1 | System.debug('Hello World'); -------------------------------------------------------------------------------- /examples/a/AppleScript.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/AppleScript.scpt -------------------------------------------------------------------------------- /examples/a/Applesoft.applesoft: -------------------------------------------------------------------------------- 1 | PRINT "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/a/Apricot.apricot: -------------------------------------------------------------------------------- 1 | (puts "Hello world!") 2 | -------------------------------------------------------------------------------- /examples/a/Arduino.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Arduino.ino -------------------------------------------------------------------------------- /examples/a/Arduino_2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Arduino_2.ino -------------------------------------------------------------------------------- /examples/a/Arduino_Brasilino.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Arduino_Brasilino.ino -------------------------------------------------------------------------------- /examples/a/Argile.argile: -------------------------------------------------------------------------------- 1 | use std 2 | print "Hello world!" 3 | -------------------------------------------------------------------------------- /examples/a/ArnoldC.arnoldc: -------------------------------------------------------------------------------- 1 | IT'S SHOWTIME 2 | TALK TO THE HAND "hello world" 3 | YOU HAVE BEEN TERMINATED 4 | -------------------------------------------------------------------------------- /examples/a/AsciiDots.dots: -------------------------------------------------------------------------------- 1 | .-$"Hello, World!" 2 | -------------------------------------------------------------------------------- /examples/a/AssemblerFuck.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/AssemblerFuck.asm -------------------------------------------------------------------------------- /examples/a/Assembly.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Assembly.asm -------------------------------------------------------------------------------- /examples/a/Astro.astro: -------------------------------------------------------------------------------- 1 | print "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/a/Asymptote.asymptote: -------------------------------------------------------------------------------- 1 | write('Hello world!'); 2 | -------------------------------------------------------------------------------- /examples/a/Atom.atom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Atom.atom -------------------------------------------------------------------------------- /examples/a/Aubergine.aub: -------------------------------------------------------------------------------- 1 | =aA-a1=oA=bi+b1-Ab-bb:bA+B1=iBGolf by Quintopia 2 | !dlroW ,olleH 3 | -------------------------------------------------------------------------------- /examples/a/AutoHotkey.ahk: -------------------------------------------------------------------------------- 1 | MsgBox, Hello World -------------------------------------------------------------------------------- /examples/a/AutoIt.au3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/AutoIt.au3 -------------------------------------------------------------------------------- /examples/a/AutoLISP.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/AutoLISP.lsp -------------------------------------------------------------------------------- /examples/a/Automator.workflow/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Automator.workflow/Contents/Info.plist -------------------------------------------------------------------------------- /examples/a/Automator.workflow/Contents/QuickLook/Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Automator.workflow/Contents/QuickLook/Thumbnail.png -------------------------------------------------------------------------------- /examples/a/Automator.workflow/Contents/document.wflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/a/Automator.workflow/Contents/document.wflow -------------------------------------------------------------------------------- /examples/a/Awk.awk: -------------------------------------------------------------------------------- 1 | BEGIN { 2 | print "Hello World" 3 | } 4 | -------------------------------------------------------------------------------- /examples/a/Axe.axe: -------------------------------------------------------------------------------- 1 | Disp "Hello world!",i 2 | -------------------------------------------------------------------------------- /examples/b/BASIC256.kbs: -------------------------------------------------------------------------------- 1 | PRINT "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/b/BBC.bbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/BBC.bbc -------------------------------------------------------------------------------- /examples/b/BCPL.bcpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/BCPL.bcpl -------------------------------------------------------------------------------- /examples/b/BETA.bet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/BETA.bet -------------------------------------------------------------------------------- /examples/b/BIRL.birl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/BIRL.birl -------------------------------------------------------------------------------- /examples/b/Babel-React.babel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Babel-React.babel -------------------------------------------------------------------------------- /examples/b/Ballerina.bal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Ballerina.bal -------------------------------------------------------------------------------- /examples/b/Barely.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Barely.txt -------------------------------------------------------------------------------- /examples/b/Bash.sh: -------------------------------------------------------------------------------- 1 | echo "Hello World" 2 | -------------------------------------------------------------------------------- /examples/b/Bash_2.sh: -------------------------------------------------------------------------------- 1 | printf "Hello world!\n" 2 | -------------------------------------------------------------------------------- /examples/b/Bash_3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Bash_3.sh -------------------------------------------------------------------------------- /examples/b/Bash_4.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # First Programm 3 | 4 | HI="Hello World!" 5 | echo $HI 6 | -------------------------------------------------------------------------------- /examples/b/Bash_5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Bash_5.sh -------------------------------------------------------------------------------- /examples/b/Bash_6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Bash_6.sh -------------------------------------------------------------------------------- /examples/b/Basic.b: -------------------------------------------------------------------------------- 1 | 10 PRINT "Hello, World!" 2 | 20 END 3 | -------------------------------------------------------------------------------- /examples/b/Batch.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Batch.bat -------------------------------------------------------------------------------- /examples/b/Batch.cmd: -------------------------------------------------------------------------------- 1 | Echo "Hello World!" 2 | -------------------------------------------------------------------------------- /examples/b/Battlestar.bts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Battlestar.bts -------------------------------------------------------------------------------- /examples/b/Bc.bc: -------------------------------------------------------------------------------- 1 | print "Hello world" 2 | -------------------------------------------------------------------------------- /examples/b/BeanShell.bsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/BeanShell.bsh -------------------------------------------------------------------------------- /examples/b/Beeswax.bswx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Beeswax.bswx -------------------------------------------------------------------------------- /examples/b/Befreak.befreak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Befreak.befreak -------------------------------------------------------------------------------- /examples/b/Befunge.bf: -------------------------------------------------------------------------------- 1 | 64+"!dlroW ,olleH">:#,_@ -------------------------------------------------------------------------------- /examples/b/Befunge_2.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Befunge_2.bf -------------------------------------------------------------------------------- /examples/b/Bestfriend.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Bestfriend.js -------------------------------------------------------------------------------- /examples/b/Binary_lambda_calculus: -------------------------------------------------------------------------------- 1 | *Hello, world! 2 | -------------------------------------------------------------------------------- /examples/b/Binaryfuck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Binaryfuck -------------------------------------------------------------------------------- /examples/b/Blast.blast: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Blast.blast -------------------------------------------------------------------------------- /examples/b/Bml.bml: -------------------------------------------------------------------------------- 1 | display "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/b/Boo.boo: -------------------------------------------------------------------------------- 1 | print "Hello World" 2 | -------------------------------------------------------------------------------- /examples/b/Boolfuck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Boolfuck.h -------------------------------------------------------------------------------- /examples/b/Bourne_Shell.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo "Hello World" 3 | -------------------------------------------------------------------------------- /examples/b/Brace.brace: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bx 2 | use b 3 | Main: 4 | say("Hello world!") 5 | -------------------------------------------------------------------------------- /examples/b/Bracmat.bracmat: -------------------------------------------------------------------------------- 1 | put$"Hello world!" 2 | -------------------------------------------------------------------------------- /examples/b/Braille/Braille.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Braille/Braille.c -------------------------------------------------------------------------------- /examples/b/Braille/Braille_inp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Braille/Braille_inp.txt -------------------------------------------------------------------------------- /examples/b/Braille/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Braille/README.md -------------------------------------------------------------------------------- /examples/b/BrainLanguage.brn: -------------------------------------------------------------------------------- 1 | 2 | Hello, world println. -------------------------------------------------------------------------------- /examples/b/Brainfuck--.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Brainfuck--.bf -------------------------------------------------------------------------------- /examples/b/Brainfuck.b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/Brainfuck.b -------------------------------------------------------------------------------- /examples/b/Brat.brat: -------------------------------------------------------------------------------- 1 | p "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/b/Brightscript.brs: -------------------------------------------------------------------------------- 1 | sub Main() 2 | print "Hello world." 3 | end sub -------------------------------------------------------------------------------- /examples/b/Brlcad.brlcad: -------------------------------------------------------------------------------- 1 | echo Hello world! 2 | -------------------------------------------------------------------------------- /examples/b/Bro.bro: -------------------------------------------------------------------------------- 1 | print "Hello, World!"; -------------------------------------------------------------------------------- /examples/b/brain-flak.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/b/brain-flak.rb -------------------------------------------------------------------------------- /examples/c/C#.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C#.cs -------------------------------------------------------------------------------- /examples/c/C#_2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C#_2.cs -------------------------------------------------------------------------------- /examples/c/C+.cpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C+.cpl -------------------------------------------------------------------------------- /examples/c/C/C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C/C.c -------------------------------------------------------------------------------- /examples/c/C/C_10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C/C_10.c -------------------------------------------------------------------------------- /examples/c/C/C_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C/C_2.c -------------------------------------------------------------------------------- /examples/c/C/C_3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C/C_3.c -------------------------------------------------------------------------------- /examples/c/C/C_4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C/C_4.c -------------------------------------------------------------------------------- /examples/c/C/C_5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C/C_5.c -------------------------------------------------------------------------------- /examples/c/C/C_6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C/C_6.c -------------------------------------------------------------------------------- /examples/c/C/C_7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C/C_7.c -------------------------------------------------------------------------------- /examples/c/C/C_8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C/C_8.c -------------------------------------------------------------------------------- /examples/c/C/C_9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C/C_9.c -------------------------------------------------------------------------------- /examples/c/C1r.c1r: -------------------------------------------------------------------------------- 1 | Hello_world/Text 2 | -------------------------------------------------------------------------------- /examples/c/CFML.cfc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/CFML.cfc -------------------------------------------------------------------------------- /examples/c/CLC-Intercal.clc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/CLC-Intercal.clc -------------------------------------------------------------------------------- /examples/c/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | Message( STATUS "Hello World!" ) 2 | -------------------------------------------------------------------------------- /examples/c/COBOL.cbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/COBOL.cbl -------------------------------------------------------------------------------- /examples/c/COW.cow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/COW.cow -------------------------------------------------------------------------------- /examples/c/CPL.cpl: -------------------------------------------------------------------------------- 1 | Write(‘Hello, World!’) -------------------------------------------------------------------------------- /examples/c/CSS.css: -------------------------------------------------------------------------------- 1 | body::before { 2 | content: 'Hello world!'; 3 | } 4 | -------------------------------------------------------------------------------- /examples/c/CSharp_AspNetCore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/CSharp_AspNetCore.cs -------------------------------------------------------------------------------- /examples/c/C_intercal.cin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/C_intercal.cin -------------------------------------------------------------------------------- /examples/c/CalScript.calscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/CalScript.calscript -------------------------------------------------------------------------------- /examples/c/Calculon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Calculon -------------------------------------------------------------------------------- /examples/c/Caml.ml: -------------------------------------------------------------------------------- 1 | print_string "Hello world!";; 2 | -------------------------------------------------------------------------------- /examples/c/Cat.cat: -------------------------------------------------------------------------------- 1 | "Hello, World!" 2 | writeln 3 | -------------------------------------------------------------------------------- /examples/c/Cduce.cduce: -------------------------------------------------------------------------------- 1 | print "Hello world!";; 2 | -------------------------------------------------------------------------------- /examples/c/Ceylon.ceylon: -------------------------------------------------------------------------------- 1 | void run() { 2 | print("Hello, World!"); 3 | } 4 | -------------------------------------------------------------------------------- /examples/c/ChaScript_txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/ChaScript_txt -------------------------------------------------------------------------------- /examples/c/Charcoal.cl: -------------------------------------------------------------------------------- 1 | Hello World! 2 | -------------------------------------------------------------------------------- /examples/c/Chef.chef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Chef.chef -------------------------------------------------------------------------------- /examples/c/Chicken.chicken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Chicken.chicken -------------------------------------------------------------------------------- /examples/c/ChucK.ck: -------------------------------------------------------------------------------- 1 | <<< "Hello world!">>>; -------------------------------------------------------------------------------- /examples/c/ChuckScript.cnpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/ChuckScript.cnpl -------------------------------------------------------------------------------- /examples/c/Clarion.clw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Clarion.clw -------------------------------------------------------------------------------- /examples/c/Clay.clay: -------------------------------------------------------------------------------- 1 | main() { 2 | println("Hello world!"); 3 | } 4 | -------------------------------------------------------------------------------- /examples/c/Clean.clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Clean.clean -------------------------------------------------------------------------------- /examples/c/Clipper.ch: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main(void) 4 | { 5 | puts("Hello, world!"); 6 | } 7 | -------------------------------------------------------------------------------- /examples/c/Clips.clp: -------------------------------------------------------------------------------- 1 | (printout t "Hello world!" crlf) 2 | -------------------------------------------------------------------------------- /examples/c/Clojure.clj: -------------------------------------------------------------------------------- 1 | (defn -main [& args] 2 | (println "Hello World")) 3 | -------------------------------------------------------------------------------- /examples/c/Cobol.cob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cobol.cob -------------------------------------------------------------------------------- /examples/c/Cobra.cobra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cobra.cobra -------------------------------------------------------------------------------- /examples/c/CodeFuck.cf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/CodeFuck.cf -------------------------------------------------------------------------------- /examples/c/CoffeeScript.coffee: -------------------------------------------------------------------------------- 1 | console.log "Hello World" 2 | -------------------------------------------------------------------------------- /examples/c/ColdFusion.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/ColdFusion.cfm -------------------------------------------------------------------------------- /examples/c/Comal.comal: -------------------------------------------------------------------------------- 1 | PRINT "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/c/CommonLisp.cl: -------------------------------------------------------------------------------- 1 | (format t "Hello, World!~%") 2 | -------------------------------------------------------------------------------- /examples/c/Component.component: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Component.component -------------------------------------------------------------------------------- /examples/c/Coq.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Coq.v -------------------------------------------------------------------------------- /examples/c/Cpp/C++.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_10.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_11.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_12.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_2.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_3.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_4.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_5.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_6.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_7.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_8.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_9.cpp -------------------------------------------------------------------------------- /examples/c/Cpp/C++_CLI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp/C++_CLI.cpp -------------------------------------------------------------------------------- /examples/c/Cpp_Hello.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cpp_Hello.cpp -------------------------------------------------------------------------------- /examples/c/Crack.crack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Crack.crack -------------------------------------------------------------------------------- /examples/c/Crystal.cr: -------------------------------------------------------------------------------- 1 | puts "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/c/Cshell.csh: -------------------------------------------------------------------------------- 1 | #!/bin/csh 2 | echo Hello World 3 | -------------------------------------------------------------------------------- /examples/c/Cubix.cubix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/c/Cubix.cubix -------------------------------------------------------------------------------- /examples/d/D.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/d/D.d -------------------------------------------------------------------------------- /examples/d/DCL.dcl: -------------------------------------------------------------------------------- 1 | $ write sys$output "Hello World" -------------------------------------------------------------------------------- /examples/d/DL.dls: -------------------------------------------------------------------------------- 1 | DL Start 2 | say(Hello World!) 3 | DL End -------------------------------------------------------------------------------- /examples/d/DNA#.dna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/d/DNA#.dna -------------------------------------------------------------------------------- /examples/d/DOG.dog: -------------------------------------------------------------------------------- 1 | bark "Hello World" 2 | -------------------------------------------------------------------------------- /examples/d/DOGO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/d/DOGO.txt -------------------------------------------------------------------------------- /examples/d/DUP.dup: -------------------------------------------------------------------------------- 1 | [\[^^>][$;,1+]#%%]p: 2 | 0$"Hello, world!"p;!10, -------------------------------------------------------------------------------- /examples/d/Dafny.dfy: -------------------------------------------------------------------------------- 1 | method Main() 2 | { 3 | print "Hello, World!\n"; 4 | } 5 | -------------------------------------------------------------------------------- /examples/d/Dao.dao: -------------------------------------------------------------------------------- 1 | io.writeln( 'Hello World!' ) 2 | -------------------------------------------------------------------------------- /examples/d/Dart.dart: -------------------------------------------------------------------------------- 1 | void main() { 2 | print("Hello World"); 3 | } 4 | -------------------------------------------------------------------------------- /examples/d/Dc.dc: -------------------------------------------------------------------------------- 1 | [Hello world!]p 2 | -------------------------------------------------------------------------------- /examples/d/Dddd.dd: -------------------------------------------------------------------------------- 1 | 'World! print 2 | -------------------------------------------------------------------------------- /examples/g/Gema.gema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/g/Gema.gema -------------------------------------------------------------------------------- /examples/g/Genome.atcg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/g/Genome.atcg -------------------------------------------------------------------------------- /examples/g/Gentee.g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/g/Gentee.g -------------------------------------------------------------------------------- /examples/g/Gfa.gfa: -------------------------------------------------------------------------------- 1 | PRINT "Hello World" 2 | -------------------------------------------------------------------------------- /examples/g/Glass.glass: -------------------------------------------------------------------------------- 1 | {M[m(_o)O!"Hello World"(_o)o.?]} -------------------------------------------------------------------------------- /examples/g/Glava.gl: -------------------------------------------------------------------------------- 1 | λ"Hello, World! 2 | -------------------------------------------------------------------------------- /examples/g/Glbasic.glbasic: -------------------------------------------------------------------------------- 1 | STDOUT "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/g/Glee.glee: -------------------------------------------------------------------------------- 1 | "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/g/Glee_2.glee: -------------------------------------------------------------------------------- 1 | 'Hello world!' 2 | -------------------------------------------------------------------------------- /examples/g/Glee_3.glee: -------------------------------------------------------------------------------- 1 | '"Goodbye,World!"' 2 | -------------------------------------------------------------------------------- /examples/g/Glee_4.glee: -------------------------------------------------------------------------------- 1 | "'Goodbye,World!'" 2 | -------------------------------------------------------------------------------- /examples/g/Go.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/g/Go.go -------------------------------------------------------------------------------- /examples/g/Go_2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/g/Go_2.go -------------------------------------------------------------------------------- /examples/g/Golfscript.gs: -------------------------------------------------------------------------------- 1 | "Hello World!" 2 | -------------------------------------------------------------------------------- /examples/g/Gonda.gonda: -------------------------------------------------------------------------------- 1 | print out "hello world" 2 | -------------------------------------------------------------------------------- /examples/g/GoogleAppsScript.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/g/GoogleAppsScript.gs -------------------------------------------------------------------------------- /examples/g/Gosu.gsp: -------------------------------------------------------------------------------- 1 | print( "Hello World" ) 2 | -------------------------------------------------------------------------------- /examples/g/Graphical_Brainfuck.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/g/Graphical_Brainfuck.bf -------------------------------------------------------------------------------- /examples/g/Groovy.gsh: -------------------------------------------------------------------------------- 1 | println "Hello World" 2 | -------------------------------------------------------------------------------- /examples/h/HEX.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/HEX.hex -------------------------------------------------------------------------------- /examples/h/HP-PPL.hpprgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/HP-PPL.hpprgm -------------------------------------------------------------------------------- /examples/h/HQ9+.hq9p: -------------------------------------------------------------------------------- 1 | H 2 | -------------------------------------------------------------------------------- /examples/h/HTML.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/HTML.html -------------------------------------------------------------------------------- /examples/h/HTML_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/HTML_2.html -------------------------------------------------------------------------------- /examples/h/HTML_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/HTML_3.html -------------------------------------------------------------------------------- /examples/h/HTML_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/HTML_4.html -------------------------------------------------------------------------------- /examples/h/HTML_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/HTML_5.html -------------------------------------------------------------------------------- /examples/h/HTML_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/HTML_6.html -------------------------------------------------------------------------------- /examples/h/HTML_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/HTML_7.html -------------------------------------------------------------------------------- /examples/h/HTML_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/HTML_8.html -------------------------------------------------------------------------------- /examples/h/HaPyLi.hpl: -------------------------------------------------------------------------------- 1 | import "stdlib/base.hpl" 2 | 3 | def main() = (print-string "Hello, world!") 4 | -------------------------------------------------------------------------------- /examples/h/Hack.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/Hack.asm -------------------------------------------------------------------------------- /examples/h/Hack.hh: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /examples/h/Heron.Heron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/Heron.Heron -------------------------------------------------------------------------------- /examples/h/Hexagony.hxg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/Hexagony.hxg -------------------------------------------------------------------------------- /examples/h/Hicest.hicest: -------------------------------------------------------------------------------- 1 | WRITE() 'Hello world!' 2 | -------------------------------------------------------------------------------- /examples/h/Hla.hla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/Hla.hla -------------------------------------------------------------------------------- /examples/h/Hodor.hd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/Hodor.hd -------------------------------------------------------------------------------- /examples/h/HolyC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/h/HolyC.cpp -------------------------------------------------------------------------------- /examples/h/Hy.hy: -------------------------------------------------------------------------------- 1 | (print "Hello world!") 2 | -------------------------------------------------------------------------------- /examples/i/I.i: -------------------------------------------------------------------------------- 1 | software { 2 | print("Hello World!") 3 | } 4 | -------------------------------------------------------------------------------- /examples/i/ISCOM.iscom: -------------------------------------------------------------------------------- 1 | "Hello, world!" @=10 -------------------------------------------------------------------------------- /examples/i/Icon.icn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Icon.icn -------------------------------------------------------------------------------- /examples/i/Idl.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Idl.idl -------------------------------------------------------------------------------- /examples/i/Idris.idr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Idris.idr -------------------------------------------------------------------------------- /examples/i/ImageFuck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/ImageFuck.png -------------------------------------------------------------------------------- /examples/i/Imba.imba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Imba.imba -------------------------------------------------------------------------------- /examples/i/Integer.integer: -------------------------------------------------------------------------------- 1 | 10 PRINT "Hello world!" 2 | 20 END 3 | -------------------------------------------------------------------------------- /examples/i/Io.io: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env io 2 | "Hello world" println 3 | -------------------------------------------------------------------------------- /examples/i/Ioke.ioke: -------------------------------------------------------------------------------- 1 | "Hello world!" println 2 | -------------------------------------------------------------------------------- /examples/i/Ionic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic.html -------------------------------------------------------------------------------- /examples/i/Ionic_2/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/.editorconfig -------------------------------------------------------------------------------- /examples/i/Ionic_2/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/.gitignore -------------------------------------------------------------------------------- /examples/i/Ionic_2/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/config.xml -------------------------------------------------------------------------------- /examples/i/Ionic_2/ionic.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/ionic.config.json -------------------------------------------------------------------------------- /examples/i/Ionic_2/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/package-lock.json -------------------------------------------------------------------------------- /examples/i/Ionic_2/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/package.json -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/README.md -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/icon/drawable-hdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/icon/drawable-hdpi-icon.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/icon/drawable-ldpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/icon/drawable-ldpi-icon.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/icon/drawable-mdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/icon/drawable-mdpi-icon.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/icon/drawable-xhdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/icon/drawable-xhdpi-icon.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/icon/drawable-xxhdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/icon/drawable-xxhdpi-icon.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/icon/drawable-xxxhdpi-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/icon/drawable-xxxhdpi-icon.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-land-hdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-land-hdpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-land-ldpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-land-ldpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-land-mdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-land-mdpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-land-xhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-land-xhdpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-land-xxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-land-xxhdpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-land-xxxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-land-xxxhdpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-port-hdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-port-hdpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-port-ldpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-port-ldpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-port-mdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-port-mdpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-port-xhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-port-xhdpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-port-xxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-port-xxhdpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/android/splash/drawable-port-xxxhdpi-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/android/splash/drawable-port-xxxhdpi-screen.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/icon.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-1024.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-40.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-40@2x.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-40@3x.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-50.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-50@2x.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-60.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-60@2x.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-60@3x.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-72.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-72@2x.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-76.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-76@2x.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-83.5@2x.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-small.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-small@2x.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon-small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon-small@3x.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/icon/icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/icon/icon@2x.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default-568h@2x~iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default-568h@2x~iphone.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default-667h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default-667h.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default-736h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default-736h.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default-Landscape-736h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default-Landscape-736h.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default-Landscape@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default-Landscape@2x~ipad.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default-Landscape@~ipadpro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default-Landscape@~ipadpro.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default-Landscape~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default-Landscape~ipad.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default-Portrait@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default-Portrait@2x~ipad.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default-Portrait@~ipadpro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default-Portrait@~ipadpro.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default-Portrait~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default-Portrait~ipad.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default@2x~iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default@2x~iphone.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default@2x~universal~anyany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default@2x~universal~anyany.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/ios/splash/Default~iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/ios/splash/Default~iphone.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/resources/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/resources/splash.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/app/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/app/app.component.ts -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/app/app.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/app/app.html -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/app/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/app/app.module.ts -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/app/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/app/app.scss -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/app/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/app/main.ts -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/assets/icon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/assets/icon/favicon.ico -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/assets/imgs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/assets/imgs/logo.png -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/index.html -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/manifest.json -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/pages/home/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/pages/home/home.html -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/pages/home/home.scss: -------------------------------------------------------------------------------- 1 | page-home { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/pages/home/home.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/pages/home/home.ts -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/service-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/service-worker.js -------------------------------------------------------------------------------- /examples/i/Ionic_2/src/theme/variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/src/theme/variables.scss -------------------------------------------------------------------------------- /examples/i/Ionic_2/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/tsconfig.json -------------------------------------------------------------------------------- /examples/i/Ionic_2/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Ionic_2/tslint.json -------------------------------------------------------------------------------- /examples/i/Iwbasic.iwbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/Iwbasic.iwbasic -------------------------------------------------------------------------------- /examples/i/isabelle.thy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/i/isabelle.thy -------------------------------------------------------------------------------- /examples/j/J#.jsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/J#.jsl -------------------------------------------------------------------------------- /examples/j/J.j: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/J.j -------------------------------------------------------------------------------- /examples/j/JADE.jade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JADE.jade -------------------------------------------------------------------------------- /examples/j/JCL.jcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JCL.jcl -------------------------------------------------------------------------------- /examples/j/JSFuck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JSFuck.js -------------------------------------------------------------------------------- /examples/j/JSX.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JSX.jsx -------------------------------------------------------------------------------- /examples/j/JS_aaencode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JS_aaencode.js -------------------------------------------------------------------------------- /examples/j/JScript.NET.js: -------------------------------------------------------------------------------- 1 | import System; 2 | 3 | Console.WriteLine("hello world"); 4 | -------------------------------------------------------------------------------- /examples/j/JScript.js: -------------------------------------------------------------------------------- 1 | WScript.Echo("hello world"); 2 | -------------------------------------------------------------------------------- /examples/j/J_2.j: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/J_2.j -------------------------------------------------------------------------------- /examples/j/Jacquard.jacquard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Jacquard.jacquard -------------------------------------------------------------------------------- /examples/j/Java/Java-9.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java-9.java -------------------------------------------------------------------------------- /examples/j/Java/Java.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java.java -------------------------------------------------------------------------------- /examples/j/Java/JavaFX.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/JavaFX.java -------------------------------------------------------------------------------- /examples/j/Java/JavaSwing.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/JavaSwing.java -------------------------------------------------------------------------------- /examples/j/Java/Java_10.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java_10.java -------------------------------------------------------------------------------- /examples/j/Java/Java_11.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java_11.java -------------------------------------------------------------------------------- /examples/j/Java/Java_12.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java_12.java -------------------------------------------------------------------------------- /examples/j/Java/Java_2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java_2.java -------------------------------------------------------------------------------- /examples/j/Java/Java_3.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java_3.java -------------------------------------------------------------------------------- /examples/j/Java/Java_4.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java_4.java -------------------------------------------------------------------------------- /examples/j/Java/Java_5.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java_5.java -------------------------------------------------------------------------------- /examples/j/Java/Java_6.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java_6.java -------------------------------------------------------------------------------- /examples/j/Java/Java_7.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java_7.java -------------------------------------------------------------------------------- /examples/j/Java/Java_8.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java_8.java -------------------------------------------------------------------------------- /examples/j/Java/Java_9.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Java/Java_9.java -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript.js: -------------------------------------------------------------------------------- 1 | console.log('Hello world!'); 2 | -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_10.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/JavaScript_10.js -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_11.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/JavaScript_11.js -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_12.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/JavaScript_12.js -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_13.js: -------------------------------------------------------------------------------- 1 | console.log('Hello World'); 2 | -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_14.js: -------------------------------------------------------------------------------- 1 | document.write('Hello World'); 2 | -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/JavaScript_15.js -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/JavaScript_2.js -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/JavaScript_3.js -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/JavaScript_4.js -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/JavaScript_5.js -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/JavaScript_6.js -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_7.js: -------------------------------------------------------------------------------- 1 | document.write('Hello World!') 2 | -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/JavaScript_8.js -------------------------------------------------------------------------------- /examples/j/JavaScript/JavaScript_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/JavaScript_9.js -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/.gitignore -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/README.md -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/package-lock.json -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/package.json -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/public/favicon.ico -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/public/index.html -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/public/manifest.json -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/src/App.css -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/src/App.js -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/src/App.test.js -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/src/index.css -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/src/index.js -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/src/logo.svg -------------------------------------------------------------------------------- /examples/j/JavaScript/react.js/src/registerServiceWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaScript/react.js/src/registerServiceWorker.js -------------------------------------------------------------------------------- /examples/j/JavaServerPages.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/JavaServerPages.jsp -------------------------------------------------------------------------------- /examples/j/Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Jenkinsfile -------------------------------------------------------------------------------- /examples/j/Joy.joy: -------------------------------------------------------------------------------- 1 | "Hello world!" putchars. 2 | -------------------------------------------------------------------------------- /examples/j/Jq.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/j/Jq.sh -------------------------------------------------------------------------------- /examples/j/Julia.jl: -------------------------------------------------------------------------------- 1 | println("Hello World") 2 | -------------------------------------------------------------------------------- /examples/k/Kanjicode.kanjicode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/k/Kanjicode.kanjicode -------------------------------------------------------------------------------- /examples/k/Kaya.kaya: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/k/Kaya.kaya -------------------------------------------------------------------------------- /examples/k/KimL.kim: -------------------------------------------------------------------------------- 1 | io.out "Hello World!" -------------------------------------------------------------------------------- /examples/k/Kipple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/k/Kipple -------------------------------------------------------------------------------- /examples/k/Kitanai.kitanai: -------------------------------------------------------------------------------- 1 | print "Hello, world!" 2 | -------------------------------------------------------------------------------- /examples/k/Kite.kite: -------------------------------------------------------------------------------- 1 | "#!/usr/local/bin/kite 2 | 3 | "Hello world!"|print; 4 | -------------------------------------------------------------------------------- /examples/k/Kitten.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/k/Kitten.cat -------------------------------------------------------------------------------- /examples/k/KonsolScript.konsl: -------------------------------------------------------------------------------- 1 | function main() { 2 | Konsol:Log("Hello, world") 3 | } -------------------------------------------------------------------------------- /examples/k/Kotlin.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/k/Kotlin.kt -------------------------------------------------------------------------------- /examples/k/Kotlin_2.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/k/Kotlin_2.kt -------------------------------------------------------------------------------- /examples/k/Kotlin_3.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/k/Kotlin_3.kt -------------------------------------------------------------------------------- /examples/k/Kotlin_4.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/k/Kotlin_4.kt -------------------------------------------------------------------------------- /examples/k/Ksh.sh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | echo 'Hello World' 3 | -------------------------------------------------------------------------------- /examples/l/L.l: -------------------------------------------------------------------------------- 1 | (prinl "Hello world!") 2 | -------------------------------------------------------------------------------- /examples/l/LC3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/LC3.asm -------------------------------------------------------------------------------- /examples/l/LOLCODE.lol: -------------------------------------------------------------------------------- 1 | HAI 1.2 2 | CAN HAS STDIO? 3 | VISIBLE "HAI WORLD!!!1!" 4 | KTHXBY 5 | -------------------------------------------------------------------------------- /examples/l/Labyrinth.labyrinth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/Labyrinth.labyrinth -------------------------------------------------------------------------------- /examples/l/Lang5.lang5: -------------------------------------------------------------------------------- 1 | "Hello world!\n" . 2 | -------------------------------------------------------------------------------- /examples/l/Laravel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/Laravel.php -------------------------------------------------------------------------------- /examples/l/Latino.lat: -------------------------------------------------------------------------------- 1 | escribir("Hello World!") 2 | -------------------------------------------------------------------------------- /examples/l/Lc3.lc3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/Lc3.lc3 -------------------------------------------------------------------------------- /examples/l/Lc3_2.lc3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/Lc3_2.lc3 -------------------------------------------------------------------------------- /examples/l/Lfe.lfe: -------------------------------------------------------------------------------- 1 | (: io format '"Hello world!~n") 2 | -------------------------------------------------------------------------------- /examples/l/Liberty.liberty: -------------------------------------------------------------------------------- 1 | print "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/l/LikePython.lp: -------------------------------------------------------------------------------- 1 | #!usr/bin/python 2 | 3 | yo just print like "Hello World" bro 4 | -------------------------------------------------------------------------------- /examples/l/Lily.lily: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/Lily.lily -------------------------------------------------------------------------------- /examples/l/Limbo.b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/Limbo.b -------------------------------------------------------------------------------- /examples/l/Lingo.lingo: -------------------------------------------------------------------------------- 1 | put "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/l/Lingo_2.lingo: -------------------------------------------------------------------------------- 1 | trace("Hello world!") 2 | -------------------------------------------------------------------------------- /examples/l/Lisaac.li: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/Lisaac.li -------------------------------------------------------------------------------- /examples/l/Lisp.lisp: -------------------------------------------------------------------------------- 1 | (write-line "Hello World") -------------------------------------------------------------------------------- /examples/l/Lisp_2.lisp: -------------------------------------------------------------------------------- 1 | (defun hello () 2 | "HELLO WORLD!" 3 | ) 4 | -------------------------------------------------------------------------------- /examples/l/ListLang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/ListLang -------------------------------------------------------------------------------- /examples/l/Livecode.livecode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/Livecode.livecode -------------------------------------------------------------------------------- /examples/l/Livecode_2.livecode: -------------------------------------------------------------------------------- 1 | write "Hello world!" & return to stdout 2 | -------------------------------------------------------------------------------- /examples/l/Llvm.llvm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/Llvm.llvm -------------------------------------------------------------------------------- /examples/l/Lobster.lobster: -------------------------------------------------------------------------------- 1 | print "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/l/Logo.LOGO: -------------------------------------------------------------------------------- 1 | print [Hello, world!] 2 | -------------------------------------------------------------------------------- /examples/l/Logo_1.LOGO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/Logo_1.LOGO -------------------------------------------------------------------------------- /examples/l/Logtalk.lgt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/Logtalk.lgt -------------------------------------------------------------------------------- /examples/l/LotusScript.LSS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/LotusScript.LSS -------------------------------------------------------------------------------- /examples/l/Lse64.lse64: -------------------------------------------------------------------------------- 1 | "Hello world!" ,t nl 2 | -------------------------------------------------------------------------------- /examples/l/Lua.lua: -------------------------------------------------------------------------------- 1 | print("Hello World") 2 | -------------------------------------------------------------------------------- /examples/l/Ly.ly: -------------------------------------------------------------------------------- 1 | "Hello world!"r[o] 2 | -------------------------------------------------------------------------------- /examples/l/linux-kernel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/linux-kernel/Makefile -------------------------------------------------------------------------------- /examples/l/linux-kernel/hello_world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/linux-kernel/hello_world.c -------------------------------------------------------------------------------- /examples/l/lll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/l/lll -------------------------------------------------------------------------------- /examples/m/M4.m4: -------------------------------------------------------------------------------- 1 | Hello, world! 2 | -------------------------------------------------------------------------------- /examples/m/MATLAB.m: -------------------------------------------------------------------------------- 1 | disp('Hello World!') 2 | -------------------------------------------------------------------------------- /examples/m/MIPS.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/MIPS.asm -------------------------------------------------------------------------------- /examples/m/MIRC.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/MIRC.mrc -------------------------------------------------------------------------------- /examples/m/MS-DOS_Batch.bat: -------------------------------------------------------------------------------- 1 | echo Hello World 2 | -------------------------------------------------------------------------------- /examples/m/Magik.magik: -------------------------------------------------------------------------------- 1 | write("Hello world") 2 | -------------------------------------------------------------------------------- /examples/m/Main.jack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/Main.jack -------------------------------------------------------------------------------- /examples/m/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/Main.java -------------------------------------------------------------------------------- /examples/m/Makefile: -------------------------------------------------------------------------------- 1 | all: 2 | @echo "Hello World!" 3 | -------------------------------------------------------------------------------- /examples/m/Malbolge.mb: -------------------------------------------------------------------------------- 1 | (=<`#9]~6ZY32Vw/.R,+Op(L,+k#Gh&}Cdz@aw=;zyKw%ut4Uqp0/mlejihtfrHcbaC2^W\>Z,XW)UTSL53\HGFjW -------------------------------------------------------------------------------- /examples/m/Manufactoria.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/Manufactoria.java -------------------------------------------------------------------------------- /examples/m/Maple.mpl: -------------------------------------------------------------------------------- 1 | printf("Hello world!\n"); 2 | -------------------------------------------------------------------------------- /examples/m/Markdown.md: -------------------------------------------------------------------------------- 1 | # hello world 2 | -------------------------------------------------------------------------------- /examples/m/Mathematica.nb: -------------------------------------------------------------------------------- 1 | Print["Hello world!"] 2 | -------------------------------------------------------------------------------- /examples/m/Maude.maude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/Maude.maude -------------------------------------------------------------------------------- /examples/m/Max.max: -------------------------------------------------------------------------------- 1 | print "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/m/Max_2.max: -------------------------------------------------------------------------------- 1 | format "%" "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/m/Maxima.maxima: -------------------------------------------------------------------------------- 1 | print("Hello world!"); 2 | -------------------------------------------------------------------------------- /examples/m/Memfuck.mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/Memfuck.mf -------------------------------------------------------------------------------- /examples/m/Mercury.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/Mercury.m -------------------------------------------------------------------------------- /examples/m/Metafont.mf: -------------------------------------------------------------------------------- 1 | message "Hello world!"; end 2 | -------------------------------------------------------------------------------- /examples/m/Mirah.mirah: -------------------------------------------------------------------------------- 1 | puts 'Hello World!' 2 | -------------------------------------------------------------------------------- /examples/m/Mmmm.mmmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/Mmmm.mmmm -------------------------------------------------------------------------------- /examples/m/Mod2.mod2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/Mod2.mod2 -------------------------------------------------------------------------------- /examples/m/Mod3.mod3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/Mod3.mod3 -------------------------------------------------------------------------------- /examples/m/MoonScript.moon: -------------------------------------------------------------------------------- 1 | print "Hello World" 2 | -------------------------------------------------------------------------------- /examples/m/Morfa.morfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/Morfa.morfa -------------------------------------------------------------------------------- /examples/m/Mouse: -------------------------------------------------------------------------------- 1 | "Hello, World!"$ 2 | -------------------------------------------------------------------------------- /examples/m/Muf.muf: -------------------------------------------------------------------------------- 1 | : main[ -- ] 2 | me @ "Hello world!" notify 3 | exit 4 | ; 5 | -------------------------------------------------------------------------------- /examples/m/Mumps.mumps: -------------------------------------------------------------------------------- 1 | Write "Hello world!",! 2 | -------------------------------------------------------------------------------- /examples/m/Muriel.muriel: -------------------------------------------------------------------------------- 1 | ."Hello, World!"; -------------------------------------------------------------------------------- /examples/m/MySQL.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/MySQL.sql -------------------------------------------------------------------------------- /examples/m/Myrtle.myrtle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/m/Myrtle.myrtle -------------------------------------------------------------------------------- /examples/m/Mythryl.my: -------------------------------------------------------------------------------- 1 | print "Hello world!"; -------------------------------------------------------------------------------- /examples/n/NATURAL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/n/NATURAL -------------------------------------------------------------------------------- /examples/n/Neat.neat: -------------------------------------------------------------------------------- 1 | void main() writeln "Hello world!"; 2 | -------------------------------------------------------------------------------- /examples/n/Neko.neko: -------------------------------------------------------------------------------- 1 | $print("Hello world!"); 2 | -------------------------------------------------------------------------------- /examples/n/Netrexx.netrexx: -------------------------------------------------------------------------------- 1 | say 'Hello world!' 2 | -------------------------------------------------------------------------------- /examples/n/Neurosis.neruosis: -------------------------------------------------------------------------------- 1 | #out "Hello, World!" #n, cout; 2 | -------------------------------------------------------------------------------- /examples/n/Newlisp.newlisp: -------------------------------------------------------------------------------- 1 | (println "Hello world!") 2 | -------------------------------------------------------------------------------- /examples/n/Nim.nim: -------------------------------------------------------------------------------- 1 | echo "Hello, world!" 2 | -------------------------------------------------------------------------------- /examples/n/Nit.nit: -------------------------------------------------------------------------------- 1 | print "Hello world!" 2 | -------------------------------------------------------------------------------- /examples/n/NoLogic.base69: -------------------------------------------------------------------------------- 1 | hoi 2 | loud "hello world" 3 | hoi 4 | -------------------------------------------------------------------------------- /examples/n/Node.js: -------------------------------------------------------------------------------- 1 | console.log("Hello World!"); 2 | -------------------------------------------------------------------------------- /examples/n/NodePL.npl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/n/NodePL.npl -------------------------------------------------------------------------------- /examples/n/Nu.nu: -------------------------------------------------------------------------------- 1 | (puts "Hello World") 2 | -------------------------------------------------------------------------------- /examples/o/OCaml.ml: -------------------------------------------------------------------------------- 1 | print_endline "Hello World!" 2 | -------------------------------------------------------------------------------- /examples/o/OOLANG.obj: -------------------------------------------------------------------------------- 1 | Hello, World!.println; 2 | -------------------------------------------------------------------------------- /examples/o/Oberon.ob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/o/Oberon.ob -------------------------------------------------------------------------------- /examples/o/Objeck.objeck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/o/Objeck.objeck -------------------------------------------------------------------------------- /examples/o/Objective_C.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/o/Objective_C.m -------------------------------------------------------------------------------- /examples/o/Objective_J.j: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/o/Objective_J.j -------------------------------------------------------------------------------- /examples/o/Occam.occam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/o/Occam.occam -------------------------------------------------------------------------------- /examples/o/Octave.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/o/Octave.m -------------------------------------------------------------------------------- /examples/o/Oforth.oforth: -------------------------------------------------------------------------------- 1 | "Hello world!" println 2 | -------------------------------------------------------------------------------- /examples/o/Onyx.onyx: -------------------------------------------------------------------------------- 1 | `Hello world!\n' print flush 2 | -------------------------------------------------------------------------------- /examples/o/Ooc.ooc: -------------------------------------------------------------------------------- 1 | main: func { 2 | "Hello world!" println() 3 | } 4 | -------------------------------------------------------------------------------- /examples/o/Ooc_2.ooc: -------------------------------------------------------------------------------- 1 | main: func { 2 | println("Hello world!") 3 | } 4 | -------------------------------------------------------------------------------- /examples/o/Ook!.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/o/Ook!.txt -------------------------------------------------------------------------------- /examples/o/OpenCL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/o/OpenCL.c -------------------------------------------------------------------------------- /examples/o/OpenLisp.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/o/OpenLisp.lsp -------------------------------------------------------------------------------- /examples/o/OpenSCAD.scad: -------------------------------------------------------------------------------- 1 | echo("Hello world"); 2 | -------------------------------------------------------------------------------- /examples/o/OtacilioN.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/o/OtacilioN.c -------------------------------------------------------------------------------- /examples/o/Owl.owl: -------------------------------------------------------------------------------- 1 | "Hello World!" 2 | -------------------------------------------------------------------------------- /examples/o/Oxy.oxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/o/Oxy.oxy -------------------------------------------------------------------------------- /examples/o/Oz.oz: -------------------------------------------------------------------------------- 1 | {Show "Hello world!"} 2 | -------------------------------------------------------------------------------- /examples/p/PHP/PHP.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /examples/p/PHP/PHP_3.php: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /examples/p/PHP/PHP_4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/p/PHP/PHP_4.php -------------------------------------------------------------------------------- /examples/p/PHP/PHP_5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knightking100/hello-worlds/HEAD/examples/p/PHP/PHP_5.php -------------------------------------------------------------------------------- /examples/p/PHP/PHP_6.php: -------------------------------------------------------------------------------- 1 |