zettacode 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.ruby-version +1 -0
- data/.standard.yml +4 -0
- data/CHANGELOG.md +5 -0
- data/Gemfile +10 -0
- data/LICENSE +674 -0
- data/README.md +47 -0
- data/Rakefile +21 -0
- data/bin/zcode +3 -0
- data/bin/zettacode +28 -0
- data/config/analize.yaml +11 -0
- data/config/scrap.yaml +2 -0
- data/docs/parse.md +9 -0
- data/docs/scrap.md +15 -0
- data/lib/zettacode/parse/parse.rb +113 -0
- data/lib/zettacode/scrap/scrap.rb +57 -0
- data/lib/zettacode/version.rb +5 -0
- data/lib/zettacode.rb +10 -0
- data/sig/zettacode.rbs +4 -0
- data/tasks/devel.rb +8 -0
- data/zcode-scrap +7 -0
- data/zettacode.files/arithmetic.integer/0815}.txt +14 -0
- data/zettacode.files/arithmetic.integer/11l}.txt +9 -0
- data/zettacode.files/arithmetic.integer/360_assembly.txt +55 -0
- data/zettacode.files/arithmetic.integer/6502_assembly}.txt +50 -0
- data/zettacode.files/arithmetic.integer/68000_assembly.txt +24 -0
- data/zettacode.files/arithmetic.integer/aarch64_assembly.txt +137 -0
- data/zettacode.files/arithmetic.integer/abap.txt +25 -0
- data/zettacode.files/arithmetic.integer/acl2.txt +21 -0
- data/zettacode.files/arithmetic.integer/action!.txt +36 -0
- data/zettacode.files/arithmetic.integer/ada.txt +20 -0
- data/zettacode.files/arithmetic.integer/aikido.txt +10 -0
- data/zettacode.files/arithmetic.integer/algol_68.txt +14 -0
- data/zettacode.files/arithmetic.integer/algol_w.txt +16 -0
- data/zettacode.files/arithmetic.integer/amigae.txt +14 -0
- data/zettacode.files/arithmetic.integer/apl.txt +7 -0
- data/zettacode.files/arithmetic.integer/applescript.txt +16 -0
- data/zettacode.files/arithmetic.integer/arm_assembly.txt +293 -0
- data/zettacode.files/arithmetic.integer/arturo.txt +10 -0
- data/zettacode.files/arithmetic.integer/asymptote.txt +17 -0
- data/zettacode.files/arithmetic.integer/autohotkey.txt +20 -0
- data/zettacode.files/arithmetic.integer/avail.txt +13 -0
- data/zettacode.files/arithmetic.integer/awk.txt +12 -0
- data/zettacode.files/arithmetic.integer/basic.txt +56 -0
- data/zettacode.files/arithmetic.integer/basic256.txt +11 -0
- data/zettacode.files/arithmetic.integer/batch_file.txt +7 -0
- data/zettacode.files/arithmetic.integer/bbc_basic.txt +9 -0
- data/zettacode.files/arithmetic.integer/bc.txt +8 -0
- data/zettacode.files/arithmetic.integer/befunge.txt +6 -0
- data/zettacode.files/arithmetic.integer/bqn.txt +22 -0
- data/zettacode.files/arithmetic.integer/bracmat.txt +19 -0
- data/zettacode.files/arithmetic.integer/brat.txt +8 -0
- data/zettacode.files/arithmetic.integer/c++.txt +12 -0
- data/zettacode.files/arithmetic.integer/c.txt +17 -0
- data/zettacode.files/arithmetic.integer/c_sharp|c#.txt +17 -0
- data/zettacode.files/arithmetic.integer/chef.txt +37 -0
- data/zettacode.files/arithmetic.integer/clipper.txt +11 -0
- data/zettacode.files/arithmetic.integer/clojure.txt +18 -0
- data/zettacode.files/arithmetic.integer/cobol.txt +44 -0
- data/zettacode.files/arithmetic.integer/common_lisp.txt +29 -0
- data/zettacode.files/arithmetic.integer/component_pascal.txt +32 -0
- data/zettacode.files/arithmetic.integer/crystal.txt +11 -0
- data/zettacode.files/arithmetic.integer/d.txt +17 -0
- data/zettacode.files/arithmetic.integer/dc.txt +10 -0
- data/zettacode.files/arithmetic.integer/dcl.txt +8 -0
- data/zettacode.files/arithmetic.integer/delphi.txt +19 -0
- data/zettacode.files/arithmetic.integer/dwscript.txt +9 -0
- data/zettacode.files/arithmetic.integer/dyalect.txt +13 -0
- data/zettacode.files/arithmetic.integer/e.txt +9 -0
- data/zettacode.files/arithmetic.integer/easylang.txt +9 -0
- data/zettacode.files/arithmetic.integer/ecl.txt +33 -0
- data/zettacode.files/arithmetic.integer/efene.txt +16 -0
- data/zettacode.files/arithmetic.integer/eiffel.txt +32 -0
- data/zettacode.files/arithmetic.integer/elena.txt +16 -0
- data/zettacode.files/arithmetic.integer/elixir.txt +26 -0
- data/zettacode.files/arithmetic.integer/emojicode.txt +9 -0
- data/zettacode.files/arithmetic.integer/erlang.txt +15 -0
- data/zettacode.files/arithmetic.integer/erre.txt +20 -0
- data/zettacode.files/arithmetic.integer/euphoria.txt +13 -0
- data/zettacode.files/arithmetic.integer/excel.txt +32 -0
- data/zettacode.files/arithmetic.integer/f_sharp|f#.txt +15 -0
- data/zettacode.files/arithmetic.integer/factor.txt +17 -0
- data/zettacode.files/arithmetic.integer/false.txt +8 -0
- data/zettacode.files/arithmetic.integer/fermat.txt +10 -0
- data/zettacode.files/arithmetic.integer/forth.txt +19 -0
- data/zettacode.files/arithmetic.integer/fortran.txt +15 -0
- data/zettacode.files/arithmetic.integer/freebasic.txt +18 -0
- data/zettacode.files/arithmetic.integer/friendly_interactive_shell.txt +10 -0
- data/zettacode.files/arithmetic.integer/frink.txt +10 -0
- data/zettacode.files/arithmetic.integer/futurebasic.txt +158 -0
- data/zettacode.files/arithmetic.integer/gambas.txt +30 -0
- data/zettacode.files/arithmetic.integer/gap.txt +15 -0
- data/zettacode.files/arithmetic.integer/genie.txt +23 -0
- data/zettacode.files/arithmetic.integer/george.txt +7 -0
- data/zettacode.files/arithmetic.integer/go.txt +66 -0
- data/zettacode.files/arithmetic.integer/groovy.txt +18 -0
- data/zettacode.files/arithmetic.integer/harbour.txt +11 -0
- data/zettacode.files/arithmetic.integer/haskell.txt +16 -0
- data/zettacode.files/arithmetic.integer/haxe.txt +13 -0
- data/zettacode.files/arithmetic.integer/hicest.txt +26 -0
- data/zettacode.files/arithmetic.integer/holyc.txt +14 -0
- data/zettacode.files/arithmetic.integer/i.txt +11 -0
- data/zettacode.files/arithmetic.integer/icon}}_and_{{header|unicon.txt +13 -0
- data/zettacode.files/arithmetic.integer/inform_7.txt +27 -0
- data/zettacode.files/arithmetic.integer/j.txt +18 -0
- data/zettacode.files/arithmetic.integer/java.txt +22 -0
- data/zettacode.files/arithmetic.integer/javascript.txt +30 -0
- data/zettacode.files/arithmetic.integer/jq.txt +17 -0
- data/zettacode.files/arithmetic.integer/jsish.txt +33 -0
- data/zettacode.files/arithmetic.integer/julia.txt +4 -0
- data/zettacode.files/arithmetic.integer/kotlin.txt +41 -0
- data/zettacode.files/arithmetic.integer/labview.txt +2 -0
- data/zettacode.files/arithmetic.integer/lambdatalk.txt +23 -0
- data/zettacode.files/arithmetic.integer/lasso.txt +8 -0
- data/zettacode.files/arithmetic.integer/lfe.txt +32 -0
- data/zettacode.files/arithmetic.integer/liberty_basic.txt +12 -0
- data/zettacode.files/arithmetic.integer/lil.txt +14 -0
- data/zettacode.files/arithmetic.integer/lingo.txt +10 -0
- data/zettacode.files/arithmetic.integer/little.txt +15 -0
- data/zettacode.files/arithmetic.integer/livecode.txt +17 -0
- data/zettacode.files/arithmetic.integer/logo.txt +11 -0
- data/zettacode.files/arithmetic.integer/lse64.txt +10 -0
- data/zettacode.files/arithmetic.integer/lua.txt +9 -0
- data/zettacode.files/arithmetic.integer/m2000_interpreter.txt +54 -0
- data/zettacode.files/arithmetic.integer/m4.txt +17 -0
- data/zettacode.files/arithmetic.integer/maple.txt +25 -0
- data/zettacode.files/arithmetic.integer/mathcad.txt +51 -0
- data/zettacode.files/arithmetic.integer/mathematica}}-{{header|wolfram_language.txt +18 -0
- data/zettacode.files/arithmetic.integer/matlab}}_-_{{header|octave.txt +8 -0
- data/zettacode.files/arithmetic.integer/maxima.txt +10 -0
- data/zettacode.files/arithmetic.integer/maxscript.txt +8 -0
- data/zettacode.files/arithmetic.integer/mercury.txt +44 -0
- data/zettacode.files/arithmetic.integer/metafont.txt +19 -0
- data/zettacode.files/arithmetic.integer/min.txt +5 -0
- data/zettacode.files/arithmetic.integer/ml-i.txt +18 -0
- data/zettacode.files/arithmetic.integer/modula-2.txt +31 -0
- data/zettacode.files/arithmetic.integer/modula-3.txt +15 -0
- data/zettacode.files/arithmetic.integer/mumps.txt +52 -0
- data/zettacode.files/arithmetic.integer/nanoquery.txt +13 -0
- data/zettacode.files/arithmetic.integer/nemerle.txt +18 -0
- data/zettacode.files/arithmetic.integer/netrexx.txt +14 -0
- data/zettacode.files/arithmetic.integer/newlisp.txt +26 -0
- data/zettacode.files/arithmetic.integer/nial.txt +23 -0
- data/zettacode.files/arithmetic.integer/nim.txt +25 -0
- data/zettacode.files/arithmetic.integer/nsis.txt +25 -0
- data/zettacode.files/arithmetic.integer/oberon-2.txt +14 -0
- data/zettacode.files/arithmetic.integer/objeck.txt +17 -0
- data/zettacode.files/arithmetic.integer/ocaml.txt +9 -0
- data/zettacode.files/arithmetic.integer/oforth.txt +9 -0
- data/zettacode.files/arithmetic.integer/ol.txt +23 -0
- data/zettacode.files/arithmetic.integer/onyx.txt +44 -0
- data/zettacode.files/arithmetic.integer/openscad.txt +6 -0
- data/zettacode.files/arithmetic.integer/oz.txt +19 -0
- data/zettacode.files/arithmetic.integer/panda.txt +2 -0
- data/zettacode.files/arithmetic.integer/pari-gp.txt +9 -0
- data/zettacode.files/arithmetic.integer/pascal.txt +14 -0
- data/zettacode.files/arithmetic.integer/perl.txt +12 -0
- data/zettacode.files/arithmetic.integer/phix.txt +49 -0
- data/zettacode.files/arithmetic.integer/phixmonti.txt +14 -0
- data/zettacode.files/arithmetic.integer/phl.txt +20 -0
- data/zettacode.files/arithmetic.integer/php.txt +13 -0
- data/zettacode.files/arithmetic.integer/picat.txt +8 -0
- data/zettacode.files/arithmetic.integer/picolisp.txt +8 -0
- data/zettacode.files/arithmetic.integer/piet.txt +38 -0
- data/zettacode.files/arithmetic.integer/pl-i.txt +8 -0
- data/zettacode.files/arithmetic.integer/plain_english.txt +26 -0
- data/zettacode.files/arithmetic.integer/pop11.txt +12 -0
- data/zettacode.files/arithmetic.integer/postscript.txt +10 -0
- data/zettacode.files/arithmetic.integer/powershell.txt +15 -0
- data/zettacode.files/arithmetic.integer/processing.txt +7 -0
- data/zettacode.files/arithmetic.integer/prodos.txt +35 -0
- data/zettacode.files/arithmetic.integer/prolog.txt +33 -0
- data/zettacode.files/arithmetic.integer/purebasic.txt +17 -0
- data/zettacode.files/arithmetic.integer/python.txt +47 -0
- data/zettacode.files/arithmetic.integer/qb64.txt +21 -0
- data/zettacode.files/arithmetic.integer/quackery.txt +12 -0
- data/zettacode.files/arithmetic.integer/r.txt +11 -0
- data/zettacode.files/arithmetic.integer/racket.txt +8 -0
- data/zettacode.files/arithmetic.integer/raku.txt +12 -0
- data/zettacode.files/arithmetic.integer/raven.txt +9 -0
- data/zettacode.files/arithmetic.integer/rebol.txt +51 -0
- data/zettacode.files/arithmetic.integer/relation.txt +11 -0
- data/zettacode.files/arithmetic.integer/rescript.txt +15 -0
- data/zettacode.files/arithmetic.integer/retro.txt +10 -0
- data/zettacode.files/arithmetic.integer/rexx.txt +47 -0
- data/zettacode.files/arithmetic.integer/ring.txt +11 -0
- data/zettacode.files/arithmetic.integer/robotic.txt +13 -0
- data/zettacode.files/arithmetic.integer/ruby.txt +12 -0
- data/zettacode.files/arithmetic.integer/run_basic.txt +9 -0
- data/zettacode.files/arithmetic.integer/rust.txt +15 -0
- data/zettacode.files/arithmetic.integer/sass-scss.txt +36 -0
- data/zettacode.files/arithmetic.integer/scala.txt +9 -0
- data/zettacode.files/arithmetic.integer/scheme.txt +27 -0
- data/zettacode.files/arithmetic.integer/seed7.txt +20 -0
- data/zettacode.files/arithmetic.integer/sensetalk.txt +12 -0
- data/zettacode.files/arithmetic.integer/sidef.txt +6 -0
- data/zettacode.files/arithmetic.integer/slate.txt +9 -0
- data/zettacode.files/arithmetic.integer/smalltalk.txt +28 -0
- data/zettacode.files/arithmetic.integer/smart_basic.txt +18 -0
- data/zettacode.files/arithmetic.integer/snobol4.txt +12 -0
- data/zettacode.files/arithmetic.integer/snusp.txt +61 -0
- data/zettacode.files/arithmetic.integer/sql.txt +68 -0
- data/zettacode.files/arithmetic.integer/ssem.txt +15 -0
- data/zettacode.files/arithmetic.integer/standard_ml.txt +13 -0
- data/zettacode.files/arithmetic.integer/swift.txt +11 -0
- data/zettacode.files/arithmetic.integer/tcl.txt +19 -0
- data/zettacode.files/arithmetic.integer/terraform.txt +33 -0
- data/zettacode.files/arithmetic.integer/ti-83_basic.txt +14 -0
- data/zettacode.files/arithmetic.integer/ti-89_basic.txt +8 -0
- data/zettacode.files/arithmetic.integer/toka.txt +7 -0
- data/zettacode.files/arithmetic.integer/tuscript.txt +9 -0
- data/zettacode.files/arithmetic.integer/unix_shell.txt +29 -0
- data/zettacode.files/arithmetic.integer/ursa.txt +27 -0
- data/zettacode.files/arithmetic.integer/v_(vlang).txt +29 -0
- data/zettacode.files/arithmetic.integer/vba.txt +19 -0
- data/zettacode.files/arithmetic.integer/vbscript.txt +51 -0
- data/zettacode.files/arithmetic.integer/vedit_macro_language.txt +8 -0
- data/zettacode.files/arithmetic.integer/verilog.txt +26 -0
- data/zettacode.files/arithmetic.integer/vim_script.txt +10 -0
- data/zettacode.files/arithmetic.integer/visual_basic_.net.txt +14 -0
- data/zettacode.files/arithmetic.integer/wart.txt +9 -0
- data/zettacode.files/arithmetic.integer/wren.txt +16 -0
- data/zettacode.files/arithmetic.integer/x86_assembly.txt +23 -0
- data/zettacode.files/arithmetic.integer/xlisp.txt +17 -0
- data/zettacode.files/arithmetic.integer/xpl0.txt +10 -0
- data/zettacode.files/arithmetic.integer/xslt.txt +10 -0
- data/zettacode.files/arithmetic.integer/yabasic.txt +11 -0
- data/zettacode.files/arithmetic.integer/yorick.txt +8 -0
- data/zettacode.files/arithmetic.integer/zkl.txt +7 -0
- data/zettacode.files/arithmetic.integer/zonnon.txt +13 -0
- data/zettacode.files/arithmetic.integer/zx_spectrum_basic.txt +11 -0
- data/zettacode.files/arithmetic.integer//320/274/320/272-61-52.txt +7 -0
- data/zettacode.files/hello_world.text/0815.txt +7 -0
- data/zettacode.files/hello_world.text/11l.txt +1 -0
- data/zettacode.files/hello_world.text/360_assembly.txt +17 -0
- data/zettacode.files/hello_world.text/4dos_batch.txt +1 -0
- data/zettacode.files/hello_world.text/6502_assembly.txt +22 -0
- data/zettacode.files/hello_world.text/6800_assembly.txt +31 -0
- data/zettacode.files/hello_world.text/8080_assembly.txt +12 -0
- data/zettacode.files/hello_world.text/8086_assembly.txt +30 -0
- data/zettacode.files/hello_world.text/8th.txt +1 -0
- data/zettacode.files/hello_world.text/aarch64_assembly.txt +22 -0
- data/zettacode.files/hello_world.text/abap.txt +2 -0
- data/zettacode.files/hello_world.text/acl2.txt +2 -0
- data/zettacode.files/hello_world.text/action!.txt +3 -0
- data/zettacode.files/hello_world.text/actionscript.txt +1 -0
- data/zettacode.files/hello_world.text/ada.txt +6 -0
- data/zettacode.files/hello_world.text/agda.txt +14 -0
- data/zettacode.files/hello_world.text/agena.txt +1 -0
- data/zettacode.files/hello_world.text/aime.txt +11 -0
- data/zettacode.files/hello_world.text/algae.txt +1 -0
- data/zettacode.files/hello_world.text/algol-m.txt +3 -0
- data/zettacode.files/hello_world.text/algol_60.txt +4 -0
- data/zettacode.files/hello_world.text/algol_68.txt +3 -0
- data/zettacode.files/hello_world.text/algol_w.txt +3 -0
- data/zettacode.files/hello_world.text/alore.txt +1 -0
- data/zettacode.files/hello_world.text/amazing_hopper.txt +21 -0
- data/zettacode.files/hello_world.text/ambienttalk.txt +1 -0
- data/zettacode.files/hello_world.text/amigae.txt +3 -0
- data/zettacode.files/hello_world.text/angelscript.txt +1 -0
- data/zettacode.files/hello_world.text/antlang.txt +3 -0
- data/zettacode.files/hello_world.text/anyways.txt +4 -0
- data/zettacode.files/hello_world.text/apl.txt +1 -0
- data/zettacode.files/hello_world.text/applescript.txt +5 -0
- data/zettacode.files/hello_world.text/applesoft_basic.txt +5 -0
- data/zettacode.files/hello_world.text/apricot.txt +1 -0
- data/zettacode.files/hello_world.text/arc.txt +1 -0
- data/zettacode.files/hello_world.text/arendelle.txt +1 -0
- data/zettacode.files/hello_world.text/argile.txt +3 -0
- data/zettacode.files/hello_world.text/arm_assembly.txt +13 -0
- data/zettacode.files/hello_world.text/arnoldc.txt +3 -0
- data/zettacode.files/hello_world.text/arturo.txt +1 -0
- data/zettacode.files/hello_world.text/asciidots.txt +4 -0
- data/zettacode.files/hello_world.text/astro.txt +1 -0
- data/zettacode.files/hello_world.text/asymptote.txt +2 -0
- data/zettacode.files/hello_world.text/ats.txt +1 -0
- data/zettacode.files/hello_world.text/autohotkey.txt +9 -0
- data/zettacode.files/hello_world.text/autoit.txt +1 -0
- data/zettacode.files/hello_world.text/autolisp.txt +1 -0
- data/zettacode.files/hello_world.text/avail.txt +1 -0
- data/zettacode.files/hello_world.text/awk.txt +30 -0
- data/zettacode.files/hello_world.text/axe.txt +2 -0
- data/zettacode.files/hello_world.text/b.txt +6 -0
- data/zettacode.files/hello_world.text/b4x.txt +1 -0
- data/zettacode.files/hello_world.text/babel.txt +2 -0
- data/zettacode.files/hello_world.text/bash.txt +1 -0
- data/zettacode.files/hello_world.text/basic.txt +14 -0
- data/zettacode.files/hello_world.text/basic256.txt +1 -0
- data/zettacode.files/hello_world.text/batch_file.txt +6 -0
- data/zettacode.files/hello_world.text/battlestar.txt +4 -0
- data/zettacode.files/hello_world.text/bbc_basic.txt +1 -0
- data/zettacode.files/hello_world.text/bc.txt +2 -0
- data/zettacode.files/hello_world.text/bcpl.txt +6 -0
- data/zettacode.files/hello_world.text/beef.txt +11 -0
- data/zettacode.files/hello_world.text/beeswax.txt +23 -0
- data/zettacode.files/hello_world.text/befunge.txt +1 -0
- data/zettacode.files/hello_world.text/binary_lambda_calculus.txt +2 -0
- data/zettacode.files/hello_world.text/bird.txt +6 -0
- data/zettacode.files/hello_world.text/blade.txt +6 -0
- data/zettacode.files/hello_world.text/blast.txt +10 -0
- data/zettacode.files/hello_world.text/blue.txt +18 -0
- data/zettacode.files/hello_world.text/blz.txt +1 -0
- data/zettacode.files/hello_world.text/bml.txt +1 -0
- data/zettacode.files/hello_world.text/boo.txt +1 -0
- data/zettacode.files/hello_world.text/bootbasic.txt +1 -0
- data/zettacode.files/hello_world.text/bqn.txt +4 -0
- data/zettacode.files/hello_world.text/brace.txt +4 -0
- data/zettacode.files/hello_world.text/bracmat.txt +1 -0
- data/zettacode.files/hello_world.text/brainf***.txt +83 -0
- data/zettacode.files/hello_world.text/brat.txt +1 -0
- data/zettacode.files/hello_world.text/brlcad.txt +6 -0
- data/zettacode.files/hello_world.text/burlesque.txt +6 -0
- data/zettacode.files/hello_world.text/c++-cli.txt +5 -0
- data/zettacode.files/hello_world.text/c++.txt +5 -0
- data/zettacode.files/hello_world.text/c.txt +37 -0
- data/zettacode.files/hello_world.text/c1r.txt +1 -0
- data/zettacode.files/hello_world.text/c2.txt +7 -0
- data/zettacode.files/hello_world.text/c3.txt +7 -0
- data/zettacode.files/hello_world.text/c_sharp|c#.txt +19 -0
- data/zettacode.files/hello_world.text/casio_basic.txt +3 -0
- data/zettacode.files/hello_world.text/cat.txt +1 -0
- data/zettacode.files/hello_world.text/cduce.txt +1 -0
- data/zettacode.files/hello_world.text/cfengine.txt +11 -0
- data/zettacode.files/hello_world.text/chapel.txt +1 -0
- data/zettacode.files/hello_world.text/chef.txt +36 -0
- data/zettacode.files/hello_world.text/chuck.txt +1 -0
- data/zettacode.files/hello_world.text/cind.txt +6 -0
- data/zettacode.files/hello_world.text/clay.txt +3 -0
- data/zettacode.files/hello_world.text/clean.txt +1 -0
- data/zettacode.files/hello_world.text/clio.txt +1 -0
- data/zettacode.files/hello_world.text/clipper.txt +1 -0
- data/zettacode.files/hello_world.text/clips.txt +1 -0
- data/zettacode.files/hello_world.text/clojure.txt +1 -0
- data/zettacode.files/hello_world.text/clu.txt +4 -0
- data/zettacode.files/hello_world.text/cmake.txt +5 -0
- data/zettacode.files/hello_world.text/cobol.txt +22 -0
- data/zettacode.files/hello_world.text/cobra.txt +3 -0
- data/zettacode.files/hello_world.text/coffeescript.txt +4 -0
- data/zettacode.files/hello_world.text/coldfusion.txt +1 -0
- data/zettacode.files/hello_world.text/comal.txt +1 -0
- data/zettacode.files/hello_world.text/comefrom0x10.txt +3 -0
- data/zettacode.files/hello_world.text/commodore_basic.txt +5 -0
- data/zettacode.files/hello_world.text/common_lisp.txt +18 -0
- data/zettacode.files/hello_world.text/component_pascal.txt +10 -0
- data/zettacode.files/hello_world.text/coq.txt +5 -0
- data/zettacode.files/hello_world.text/corescript.txt +1 -0
- data/zettacode.files/hello_world.text/cowgol.txt +4 -0
- data/zettacode.files/hello_world.text/crack.txt +4 -0
- data/zettacode.files/hello_world.text/creative_basic.txt +15 -0
- data/zettacode.files/hello_world.text/crystal.txt +1 -0
- data/zettacode.files/hello_world.text/d.txt +6 -0
- data/zettacode.files/hello_world.text/dafny.txt +6 -0
- data/zettacode.files/hello_world.text/dao.txt +1 -0
- data/zettacode.files/hello_world.text/dart.txt +4 -0
- data/zettacode.files/hello_world.text/dataweave.txt +1 -0
- data/zettacode.files/hello_world.text/dbl.txt +15 -0
- data/zettacode.files/hello_world.text/dc.txt +3 -0
- data/zettacode.files/hello_world.text/dcl.txt +1 -0
- data/zettacode.files/hello_world.text/ddnc.txt +40 -0
- data/zettacode.files/hello_world.text/delphi.txt +7 -0
- data/zettacode.files/hello_world.text/deviousyarn.txt +1 -0
- data/zettacode.files/hello_world.text/dibol-11.txt +14 -0
- data/zettacode.files/hello_world.text/diego.txt +12 -0
- data/zettacode.files/hello_world.text/div_games_studio.txt +12 -0
- data/zettacode.files/hello_world.text/dm.txt +5 -0
- data/zettacode.files/hello_world.text/draco.txt +3 -0
- data/zettacode.files/hello_world.text/dragon.txt +3 -0
- data/zettacode.files/hello_world.text/dwscript.txt +3 -0
- data/zettacode.files/hello_world.text/dyalect.txt +1 -0
- data/zettacode.files/hello_world.text/dylan.net.txt +28 -0
- data/zettacode.files/hello_world.text/dylan.txt +5 -0
- data/zettacode.files/hello_world.text/d/303/251j/303/240_vu.txt +1 -0
- data/zettacode.files/hello_world.text/e.txt +3 -0
- data/zettacode.files/hello_world.text/easylang.txt +2 -0
- data/zettacode.files/hello_world.text/ec.txt +7 -0
- data/zettacode.files/hello_world.text/echolisp.txt +3 -0
- data/zettacode.files/hello_world.text/ecl.txt +3 -0
- data/zettacode.files/hello_world.text/ecstasy.txt +8 -0
- data/zettacode.files/hello_world.text/edsac_order_code.txt +34 -0
- data/zettacode.files/hello_world.text/efene.txt +10 -0
- data/zettacode.files/hello_world.text/egel.txt +3 -0
- data/zettacode.files/hello_world.text/egison.txt +6 -0
- data/zettacode.files/hello_world.text/egl.txt +9 -0
- data/zettacode.files/hello_world.text/eiffel.txt +11 -0
- data/zettacode.files/hello_world.text/ela.txt +2 -0
- data/zettacode.files/hello_world.text/elan.txt +1 -0
- data/zettacode.files/hello_world.text/elastic.txt +20 -0
- data/zettacode.files/hello_world.text/elena.txt +5 -0
- data/zettacode.files/hello_world.text/elisa.txt +1 -0
- data/zettacode.files/hello_world.text/elixir.txt +3 -0
- data/zettacode.files/hello_world.text/elm.txt +1 -0
- data/zettacode.files/hello_world.text/emacs_lisp.txt +6 -0
- data/zettacode.files/hello_world.text/emojicode.txt +3 -0
- data/zettacode.files/hello_world.text/erlang.txt +1 -0
- data/zettacode.files/hello_world.text/erre.txt +7 -0
- data/zettacode.files/hello_world.text/euler_math_toolbox.txt +4 -0
- data/zettacode.files/hello_world.text/extended_brainf***.txt +2 -0
- data/zettacode.files/hello_world.text/ezhil.txt +5 -0
- data/zettacode.files/hello_world.text/f_sharp|f#.txt +3 -0
- data/zettacode.files/hello_world.text/factor.txt +1 -0
- data/zettacode.files/hello_world.text/falcon.txt +4 -0
- data/zettacode.files/hello_world.text/false.txt +2 -0
- data/zettacode.files/hello_world.text/fantom.txt +10 -0
- data/zettacode.files/hello_world.text/fennel.txt +1 -0
- data/zettacode.files/hello_world.text/ferite.txt +3 -0
- data/zettacode.files/hello_world.text/fermat.txt +1 -0
- data/zettacode.files/hello_world.text/fexl.txt +1 -0
- data/zettacode.files/hello_world.text/fhidwfe.txt +1 -0
- data/zettacode.files/hello_world.text/fish.txt +9 -0
- data/zettacode.files/hello_world.text/focal.txt +1 -0
- data/zettacode.files/hello_world.text/forth.txt +5 -0
- data/zettacode.files/hello_world.text/fortran.txt +16 -0
- data/zettacode.files/hello_world.text/fortress.txt +3 -0
- data/zettacode.files/hello_world.text/free_pascal.txt +21 -0
- data/zettacode.files/hello_world.text/freebasic.txt +3 -0
- data/zettacode.files/hello_world.text/frege.txt +5 -0
- data/zettacode.files/hello_world.text/friendly_interactive_shell.txt +2 -0
- data/zettacode.files/hello_world.text/frink.txt +3 -0
- data/zettacode.files/hello_world.text/funl.txt +2 -0
- data/zettacode.files/hello_world.text/furor.txt +1 -0
- data/zettacode.files/hello_world.text/futurebasic.txt +4 -0
- data/zettacode.files/hello_world.text/fuze_basic.txt +1 -0
- data/zettacode.files/hello_world.text/gambas.txt +6 -0
- data/zettacode.files/hello_world.text/gap.txt +10 -0
- data/zettacode.files/hello_world.text/gb_basic.txt +1 -0
- data/zettacode.files/hello_world.text/gecho.txt +1 -0
- data/zettacode.files/hello_world.text/gema.txt +5 -0
- data/zettacode.files/hello_world.text/genie.txt +4 -0
- data/zettacode.files/hello_world.text/gentee.txt +4 -0
- data/zettacode.files/hello_world.text/gfa_basic.txt +1 -0
- data/zettacode.files/hello_world.text/glbasic.txt +1 -0
- data/zettacode.files/hello_world.text/glee.txt +13 -0
- data/zettacode.files/hello_world.text/global_script.txt +3 -0
- data/zettacode.files/hello_world.text/glovepie.txt +1 -0
- data/zettacode.files/hello_world.text/gml.txt +2 -0
- data/zettacode.files/hello_world.text/go.txt +6 -0
- data/zettacode.files/hello_world.text/golfscript.txt +1 -0
- data/zettacode.files/hello_world.text/gosu.txt +1 -0
- data/zettacode.files/hello_world.text/grain.txt +1 -0
- data/zettacode.files/hello_world.text/groovy.txt +1 -0
- data/zettacode.files/hello_world.text/gw-basic.txt +1 -0
- data/zettacode.files/hello_world.text/hack.txt +1 -0
- data/zettacode.files/hello_world.text/halon.txt +3 -0
- data/zettacode.files/hello_world.text/harbour.txt +1 -0
- data/zettacode.files/hello_world.text/hare.txt +5 -0
- data/zettacode.files/hello_world.text/haskell.txt +3 -0
- data/zettacode.files/hello_world.text/haxe.txt +1 -0
- data/zettacode.files/hello_world.text/hexiscript.txt +1 -0
- data/zettacode.files/hello_world.text/hicest.txt +1 -0
- data/zettacode.files/hello_world.text/hla.txt +7 -0
- data/zettacode.files/hello_world.text/holyc.txt +1 -0
- data/zettacode.files/hello_world.text/hoon.txt +1 -0
- data/zettacode.files/hello_world.text/hpppl.txt +1 -0
- data/zettacode.files/hello_world.text/hq9+.txt +7 -0
- data/zettacode.files/hello_world.text/html5.txt +8 -0
- data/zettacode.files/hello_world.text/huginn.txt +8 -0
- data/zettacode.files/hello_world.text/hy.txt +1 -0
- data/zettacode.files/hello_world.text/i.txt +3 -0
- data/zettacode.files/hello_world.text/icon}}_and_{{header|unicon.txt +3 -0
- data/zettacode.files/hello_world.text/idl.txt +1 -0
- data/zettacode.files/hello_world.text/idris.txt +4 -0
- data/zettacode.files/hello_world.text/inform_6.txt +3 -0
- data/zettacode.files/hello_world.text/inko.txt +4 -0
- data/zettacode.files/hello_world.text/integer_basic.txt +4 -0
- data/zettacode.files/hello_world.text/intercal.txt +17 -0
- data/zettacode.files/hello_world.text/io.txt +1 -0
- data/zettacode.files/hello_world.text/ioke.txt +1 -0
- data/zettacode.files/hello_world.text/is-basic.txt +1 -0
- data/zettacode.files/hello_world.text/isabelle.txt +5 -0
- data/zettacode.files/hello_world.text/iwbasic.txt +15 -0
- data/zettacode.files/hello_world.text/j.txt +40 -0
- data/zettacode.files/hello_world.text/jack.txt +7 -0
- data/zettacode.files/hello_world.text/jacquard_loom.txt +88 -0
- data/zettacode.files/hello_world.text/java.txt +7 -0
- data/zettacode.files/hello_world.text/javascript.txt +12 -0
- data/zettacode.files/hello_world.text/jcl.txt +1 -0
- data/zettacode.files/hello_world.text/jinja.txt +9 -0
- data/zettacode.files/hello_world.text/joy.txt +1 -0
- data/zettacode.files/hello_world.text/jq.txt +1 -0
- data/zettacode.files/hello_world.text/jse.txt +1 -0
- data/zettacode.files/hello_world.text/jsish.txt +1 -0
- data/zettacode.files/hello_world.text/julia.txt +1 -0
- data/zettacode.files/hello_world.text/k.txt +14 -0
- data/zettacode.files/hello_world.text/kabap.txt +1 -0
- data/zettacode.files/hello_world.text/kaya.txt +6 -0
- data/zettacode.files/hello_world.text/kdf9_usercode.txt +13 -0
- data/zettacode.files/hello_world.text/keg.txt +1 -0
- data/zettacode.files/hello_world.text/kite.txt +4 -0
- data/zettacode.files/hello_world.text/kitten.txt +2 -0
- data/zettacode.files/hello_world.text/koka.txt +3 -0
- data/zettacode.files/hello_world.text/konsolscript.txt +4 -0
- data/zettacode.files/hello_world.text/kotlin.txt +3 -0
- data/zettacode.files/hello_world.text/kql.txt +2 -0
- data/zettacode.files/hello_world.text/ksi.txt +5 -0
- data/zettacode.files/hello_world.text/lambdatalk.txt +5 -0
- data/zettacode.files/hello_world.text/lang5.txt +1 -0
- data/zettacode.files/hello_world.text/langur.txt +1 -0
- data/zettacode.files/hello_world.text/lasso.txt +2 -0
- data/zettacode.files/hello_world.text/latex.txt +4 -0
- data/zettacode.files/hello_world.text/latitude.txt +1 -0
- data/zettacode.files/hello_world.text/lc3_assembly.txt +18 -0
- data/zettacode.files/hello_world.text/ldpl.txt +4 -0
- data/zettacode.files/hello_world.text/lean.txt +3 -0
- data/zettacode.files/hello_world.text/lfe.txt +3 -0
- data/zettacode.files/hello_world.text/liberty_basic.txt +1 -0
- data/zettacode.files/hello_world.text/lil.txt +5 -0
- data/zettacode.files/hello_world.text/lily.txt +7 -0
- data/zettacode.files/hello_world.text/lilypond.txt +11 -0
- data/zettacode.files/hello_world.text/limbo.txt +14 -0
- data/zettacode.files/hello_world.text/lingo.txt +5 -0
- data/zettacode.files/hello_world.text/lisaac.txt +16 -0
- data/zettacode.files/hello_world.text/little.txt +9 -0
- data/zettacode.files/hello_world.text/livecode.txt +15 -0
- data/zettacode.files/hello_world.text/llvm.txt +13 -0
- data/zettacode.files/hello_world.text/lobster.txt +1 -0
- data/zettacode.files/hello_world.text/logo.txt +4 -0
- data/zettacode.files/hello_world.text/logtalk.txt +7 -0
- data/zettacode.files/hello_world.text/lolcode.txt +6 -0
- data/zettacode.files/hello_world.text/lotusscript.txt +5 -0
- data/zettacode.files/hello_world.text/lse.txt +1 -0
- data/zettacode.files/hello_world.text/lse64.txt +1 -0
- data/zettacode.files/hello_world.text/lua.txt +12 -0
- data/zettacode.files/hello_world.text/luna.txt +3 -0
- data/zettacode.files/hello_world.text/m2000_interpreter.txt +5 -0
- data/zettacode.files/hello_world.text/m4.txt +2 -0
- data/zettacode.files/hello_world.text/maclisp.txt +3 -0
- data/zettacode.files/hello_world.text/macro-10.txt +24 -0
- data/zettacode.files/hello_world.text/macro-11.txt +28 -0
- data/zettacode.files/hello_world.text/mad.txt +4 -0
- data/zettacode.files/hello_world.text/make.txt +9 -0
- data/zettacode.files/hello_world.text/malbolge.txt +7 -0
- data/zettacode.files/hello_world.text/manool.txt +10 -0
- data/zettacode.files/hello_world.text/maple.txt +4 -0
- data/zettacode.files/hello_world.text/mathcad.txt +3 -0
- data/zettacode.files/hello_world.text/mathematica}}_-_{{header|wolfram_language.txt +1 -0
- data/zettacode.files/hello_world.text/matlab.txt +2 -0
- data/zettacode.files/hello_world.text/maude.txt +13 -0
- data/zettacode.files/hello_world.text/maxima.txt +1 -0
- data/zettacode.files/hello_world.text/maxscript.txt +3 -0
- data/zettacode.files/hello_world.text/mdl.txt +2 -0
- data/zettacode.files/hello_world.text/mel.txt +3 -0
- data/zettacode.files/hello_world.text/melonbasic.txt +3 -0
- data/zettacode.files/hello_world.text/mercury.txt +8 -0
- data/zettacode.files/hello_world.text/metafont.txt +1 -0
- data/zettacode.files/hello_world.text/min.txt +1 -0
- data/zettacode.files/hello_world.text/miniscript.txt +1 -0
- data/zettacode.files/hello_world.text/minizinc.txt +2 -0
- data/zettacode.files/hello_world.text/mips_assembly.txt +12 -0
- data/zettacode.files/hello_world.text/mirc_scripting_language.txt +1 -0
- data/zettacode.files/hello_world.text/ml-i.txt +1 -0
- data/zettacode.files/hello_world.text/modula-2.txt +24 -0
- data/zettacode.files/hello_world.text/modula-3.txt +7 -0
- data/zettacode.files/hello_world.text/montilang.txt +1 -0
- data/zettacode.files/hello_world.text/morfa.txt +7 -0
- data/zettacode.files/hello_world.text/mosaic.txt +3 -0
- data/zettacode.files/hello_world.text/muf.txt +4 -0
- data/zettacode.files/hello_world.text/mumps.txt +1 -0
- data/zettacode.files/hello_world.text/mydef.txt +27 -0
- data/zettacode.files/hello_world.text/myrtlescript.txt +6 -0
- data/zettacode.files/hello_world.text/mysql.txt +2 -0
- data/zettacode.files/hello_world.text/mythryl.txt +2 -0
- data/zettacode.files/hello_world.text/n-t-roff.txt +6 -0
- data/zettacode.files/hello_world.text/nanoquery.txt +1 -0
- data/zettacode.files/hello_world.text/neat.txt +2 -0
- data/zettacode.files/hello_world.text/neko.txt +1 -0
- data/zettacode.files/hello_world.text/nemerle.txt +13 -0
- data/zettacode.files/hello_world.text/netrexx.txt +1 -0
- data/zettacode.files/hello_world.text/never.txt +4 -0
- data/zettacode.files/hello_world.text/newlisp.txt +2 -0
- data/zettacode.files/hello_world.text/nickle.txt +1 -0
- data/zettacode.files/hello_world.text/nim.txt +3 -0
- data/zettacode.files/hello_world.text/nit.txt +1 -0
- data/zettacode.files/hello_world.text/nix.txt +1 -0
- data/zettacode.files/hello_world.text/nlp++.txt +5 -0
- data/zettacode.files/hello_world.text/ns-hubasic.txt +6 -0
- data/zettacode.files/hello_world.text/nyquist.txt +15 -0
- data/zettacode.files/hello_world.text/oberon-2.txt +11 -0
- data/zettacode.files/hello_world.text/objeck.txt +6 -0
- data/zettacode.files/hello_world.text/objective-c.txt +42 -0
- data/zettacode.files/hello_world.text/ocaml.txt +1 -0
- data/zettacode.files/hello_world.text/occam.txt +5 -0
- data/zettacode.files/hello_world.text/octave.txt +5 -0
- data/zettacode.files/hello_world.text/odin.txt +6 -0
- data/zettacode.files/hello_world.text/oforth.txt +1 -0
- data/zettacode.files/hello_world.text/ol.txt +1 -0
- data/zettacode.files/hello_world.text/onyx.txt +1 -0
- data/zettacode.files/hello_world.text/ooc.txt +8 -0
- data/zettacode.files/hello_world.text/oorexx.txt +4 -0
- data/zettacode.files/hello_world.text/openlisp.txt +10 -0
- data/zettacode.files/hello_world.text/openscad.txt +5 -0
- data/zettacode.files/hello_world.text/oxygene.txt +25 -0
- data/zettacode.files/hello_world.text/oz.txt +1 -0
- data/zettacode.files/hello_world.text/pari-gp.txt +2 -0
- data/zettacode.files/hello_world.text/pascal.txt +5 -0
- data/zettacode.files/hello_world.text/pasm.txt +2 -0
- data/zettacode.files/hello_world.text/pdp-11_assembly.txt +15 -0
- data/zettacode.files/hello_world.text/pdp-1_assembly.txt +22 -0
- data/zettacode.files/hello_world.text/pepsiscript.txt +16 -0
- data/zettacode.files/hello_world.text/perl.txt +11 -0
- data/zettacode.files/hello_world.text/peylang.txt +1 -0
- data/zettacode.files/hello_world.text/pharo.txt +4 -0
- data/zettacode.files/hello_world.text/phix.txt +4 -0
- data/zettacode.files/hello_world.text/phl.txt +7 -0
- data/zettacode.files/hello_world.text/php.txt +5 -0
- data/zettacode.files/hello_world.text/picat.txt +1 -0
- data/zettacode.files/hello_world.text/picolisp.txt +1 -0
- data/zettacode.files/hello_world.text/pict.txt +6 -0
- data/zettacode.files/hello_world.text/pikachu.txt +23 -0
- data/zettacode.files/hello_world.text/pike.txt +3 -0
- data/zettacode.files/hello_world.text/pilot.txt +1 -0
- data/zettacode.files/hello_world.text/pir.txt +3 -0
- data/zettacode.files/hello_world.text/pixilang.txt +1 -0
- data/zettacode.files/hello_world.text/pl-i.txt +3 -0
- data/zettacode.files/hello_world.text/pl-m.txt +13 -0
- data/zettacode.files/hello_world.text/pl-sql.txt +21 -0
- data/zettacode.files/hello_world.text/plain_english.txt +7 -0
- data/zettacode.files/hello_world.text/plan.txt +14 -0
- data/zettacode.files/hello_world.text/pony.txt +3 -0
- data/zettacode.files/hello_world.text/pop11.txt +1 -0
- data/zettacode.files/hello_world.text/portugol.txt +11 -0
- data/zettacode.files/hello_world.text/postscript.txt +31 -0
- data/zettacode.files/hello_world.text/potion.txt +1 -0
- data/zettacode.files/hello_world.text/powerbasic.txt +7 -0
- data/zettacode.files/hello_world.text/powershell.txt +4 -0
- data/zettacode.files/hello_world.text/processing.txt +1 -0
- data/zettacode.files/hello_world.text/prodos.txt +1 -0
- data/zettacode.files/hello_world.text/programming_language.txt +5 -0
- data/zettacode.files/hello_world.text/prolog.txt +1 -0
- data/zettacode.files/hello_world.text/promal.txt +7 -0
- data/zettacode.files/hello_world.text/psql.txt +7 -0
- data/zettacode.files/hello_world.text/pure.txt +5 -0
- data/zettacode.files/hello_world.text/purebasic.txt +5 -0
- data/zettacode.files/hello_world.text/python.txt +19 -0
- data/zettacode.files/hello_world.text/qb64.txt +1 -0
- data/zettacode.files/hello_world.text/quackery.txt +1 -0
- data/zettacode.files/hello_world.text/quill.txt +1 -0
- data/zettacode.files/hello_world.text/quite_basic.txt +1 -0
- data/zettacode.files/hello_world.text/r.txt +5 -0
- data/zettacode.files/hello_world.text/ra.txt +8 -0
- data/zettacode.files/hello_world.text/racket.txt +3 -0
- data/zettacode.files/hello_world.text/raku.txt +4 -0
- data/zettacode.files/hello_world.text/rasel.txt +1 -0
- data/zettacode.files/hello_world.text/ratfor.txt +11 -0
- data/zettacode.files/hello_world.text/raven.txt +1 -0
- data/zettacode.files/hello_world.text/realbasic.txt +7 -0
- data/zettacode.files/hello_world.text/rebol.txt +1 -0
- data/zettacode.files/hello_world.text/red.txt +1 -0
- data/zettacode.files/hello_world.text/relation.txt +4 -0
- data/zettacode.files/hello_world.text/rescript.txt +2 -0
- data/zettacode.files/hello_world.text/retro.txt +4 -0
- data/zettacode.files/hello_world.text/rexx.txt +13 -0
- data/zettacode.files/hello_world.text/ring.txt +1 -0
- data/zettacode.files/hello_world.text/risc-v.txt +11 -0
- data/zettacode.files/hello_world.text/rockstar.txt +1 -0
- data/zettacode.files/hello_world.text/rtl-2.txt +12 -0
- data/zettacode.files/hello_world.text/ruby.txt +11 -0
- data/zettacode.files/hello_world.text/run_basic.txt +1 -0
- data/zettacode.files/hello_world.text/rust.txt +13 -0
- data/zettacode.files/hello_world.text/salmon.txt +9 -0
- data/zettacode.files/hello_world.text/sas.txt +4 -0
- data/zettacode.files/hello_world.text/sasl.txt +4 -0
- data/zettacode.files/hello_world.text/sather.txt +5 -0
- data/zettacode.files/hello_world.text/scala.txt +19 -0
- data/zettacode.files/hello_world.text/scheme.txt +21 -0
- data/zettacode.files/hello_world.text/scilab.txt +1 -0
- data/zettacode.files/hello_world.text/scratchscript.txt +4 -0
- data/zettacode.files/hello_world.text/sed.txt +3 -0
- data/zettacode.files/hello_world.text/seed7.txt +6 -0
- data/zettacode.files/hello_world.text/self.txt +1 -0
- data/zettacode.files/hello_world.text/sensetalk.txt +1 -0
- data/zettacode.files/hello_world.text/set_lang.txt +12 -0
- data/zettacode.files/hello_world.text/setl.txt +1 -0
- data/zettacode.files/hello_world.text/setl4.txt +1 -0
- data/zettacode.files/hello_world.text/shen.txt +1 -0
- data/zettacode.files/hello_world.text/shiny.txt +1 -0
- data/zettacode.files/hello_world.text/sidef.txt +1 -0
- data/zettacode.files/hello_world.text/simplecode.txt +3 -0
- data/zettacode.files/hello_world.text/simpol.txt +2 -0
- data/zettacode.files/hello_world.text/simula.txt +5 -0
- data/zettacode.files/hello_world.text/sing.txt +7 -0
- data/zettacode.files/hello_world.text/sisal.txt +10 -0
- data/zettacode.files/hello_world.text/skookumscript.txt +3 -0
- data/zettacode.files/hello_world.text/slate.txt +1 -0
- data/zettacode.files/hello_world.text/slope.txt +1 -0
- data/zettacode.files/hello_world.text/smalltalk.txt +4 -0
- data/zettacode.files/hello_world.text/smart_basic.txt +1 -0
- data/zettacode.files/hello_world.text/smilebasic.txt +1 -0
- data/zettacode.files/hello_world.text/snobol4.txt +3 -0
- data/zettacode.files/hello_world.text/snusp.txt +11 -0
- data/zettacode.files/hello_world.text/soneking_assembly.txt +10 -0
- data/zettacode.files/hello_world.text/sparc_assembly.txt +18 -0
- data/zettacode.files/hello_world.text/sparkling.txt +1 -0
- data/zettacode.files/hello_world.text/spl.txt +1 -0
- data/zettacode.files/hello_world.text/sql.txt +12 -0
- data/zettacode.files/hello_world.text/sql_pl.txt +35 -0
- data/zettacode.files/hello_world.text/standard_ml.txt +1 -0
- data/zettacode.files/hello_world.text/stata.txt +1 -0
- data/zettacode.files/hello_world.text/suneido.txt +1 -0
- data/zettacode.files/hello_world.text/swahili.txt +1 -0
- data/zettacode.files/hello_world.text/swift.txt +4 -0
- data/zettacode.files/hello_world.text/symsyn.txt +3 -0
- data/zettacode.files/hello_world.text/tailspin.txt +1 -0
- data/zettacode.files/hello_world.text/tcl.txt +5 -0
- data/zettacode.files/hello_world.text/teco.txt +2 -0
- data/zettacode.files/hello_world.text/tern.txt +1 -0
- data/zettacode.files/hello_world.text/terra.txt +6 -0
- data/zettacode.files/hello_world.text/terraform.txt +3 -0
- data/zettacode.files/hello_world.text/testml.txt +2 -0
- data/zettacode.files/hello_world.text/ti-83_basic.txt +2 -0
- data/zettacode.files/hello_world.text/ti-89_basic.txt +1 -0
- data/zettacode.files/hello_world.text/tiny_basic.txt +5 -0
- data/zettacode.files/hello_world.text/tmg.txt +2 -0
- data/zettacode.files/hello_world.text/torquescript.txt +1 -0
- data/zettacode.files/hello_world.text/tpp.txt +1 -0
- data/zettacode.files/hello_world.text/transact-sql.txt +2 -0
- data/zettacode.files/hello_world.text/transd.txt +2 -0
- data/zettacode.files/hello_world.text/transforth.txt +1 -0
- data/zettacode.files/hello_world.text/trith.txt +1 -0
- data/zettacode.files/hello_world.text/true_basic.txt +5 -0
- data/zettacode.files/hello_world.text/tuscript.txt +8 -0
- data/zettacode.files/hello_world.text/ubasic-4th.txt +1 -0
- data/zettacode.files/hello_world.text/uniface.txt +3 -0
- data/zettacode.files/hello_world.text/unison.txt +3 -0
- data/zettacode.files/hello_world.text/unix_shell.txt +9 -0
- data/zettacode.files/hello_world.text/unlambda.txt +1 -0
- data/zettacode.files/hello_world.text/ursa.txt +1 -0
- data/zettacode.files/hello_world.text/ursala.txt +10 -0
- data/zettacode.files/hello_world.text/v.txt +1 -0
- data/zettacode.files/hello_world.text/v_(vlang).txt +3 -0
- data/zettacode.files/hello_world.text/vala.txt +3 -0
- data/zettacode.files/hello_world.text/vax_assembly.txt +10 -0
- data/zettacode.files/hello_world.text/vba.txt +6 -0
- data/zettacode.files/hello_world.text/vbscript.txt +2 -0
- data/zettacode.files/hello_world.text/vedit_macro_language.txt +1 -0
- data/zettacode.files/hello_world.text/verbexx.txt +2 -0
- data/zettacode.files/hello_world.text/verilog.txt +8 -0
- data/zettacode.files/hello_world.text/vhdl.txt +16 -0
- data/zettacode.files/hello_world.text/vim_script.txt +1 -0
- data/zettacode.files/hello_world.text/visual_basic.txt +22 -0
- data/zettacode.files/hello_world.text/visual_basic_.net.txt +7 -0
- data/zettacode.files/hello_world.text/viua_vm_assembly.txt +6 -0
- data/zettacode.files/hello_world.text/vtl-2.txt +1 -0
- data/zettacode.files/hello_world.text/wart.txt +2 -0
- data/zettacode.files/hello_world.text/wdte.txt +1 -0
- data/zettacode.files/hello_world.text/webassembly.txt +38 -0
- data/zettacode.files/hello_world.text/wee_basic.txt +2 -0
- data/zettacode.files/hello_world.text/whenever.txt +2 -0
- data/zettacode.files/hello_world.text/whiley.txt +5 -0
- data/zettacode.files/hello_world.text/whitespace.txt +1 -0
- data/zettacode.files/hello_world.text/wisp.txt +8 -0
- data/zettacode.files/hello_world.text/wolfram_language.txt +1 -0
- data/zettacode.files/hello_world.text/wren.txt +1 -0
- data/zettacode.files/hello_world.text/x10.txt +8 -0
- data/zettacode.files/hello_world.text/x86-64_assembly.txt +44 -0
- data/zettacode.files/hello_world.text/x86_assembly.txt +37 -0
- data/zettacode.files/hello_world.text/xbasic.txt +12 -0
- data/zettacode.files/hello_world.text/xeec.txt +4 -0
- data/zettacode.files/hello_world.text/xl.txt +2 -0
- data/zettacode.files/hello_world.text/xlisp.txt +2 -0
- data/zettacode.files/hello_world.text/xpath.txt +1 -0
- data/zettacode.files/hello_world.text/xpl0.txt +3 -0
- data/zettacode.files/hello_world.text/xslt.txt +5 -0
- data/zettacode.files/hello_world.text/yabasic.txt +3 -0
- data/zettacode.files/hello_world.text/yorick.txt +1 -0
- data/zettacode.files/hello_world.text/z80_assembly.txt +21 -0
- data/zettacode.files/hello_world.text/zig.txt +4 -0
- data/zettacode.files/hello_world.text/zkl.txt +2 -0
- data/zettacode.files/hello_world.text/zoea.txt +2 -0
- data/zettacode.files/hello_world.text/zoea_visual.txt +1 -0
- data/zettacode.files/hello_world.text/zoomscript.txt +5 -0
- data/zettacode.files/hello_world.text/zx_spectrum_basic.txt +4 -0
- data/zettacode.files/hello_world.text//340/256/211/340/256/257/340/256/277/340/256/260/340/257/215-uyir.txt +5 -0
- data/zettacode.files/input/aritmetic-integer.xml +5876 -0
- data/zettacode.files/input/hello-world-text.xml +4498 -0
- data/zettacode.gemspec +45 -0
- metadata +892 -0
metadata
ADDED
@@ -0,0 +1,892 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: zettacode
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- David Vargas Ruiz
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-11-27 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: colorize
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0.8'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0.8'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: httparty
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0.20'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0.20'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: optparse
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0.2'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0.2'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: nokogiri
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '1.13'
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '1.13'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: thor
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '1.2'
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '1.2'
|
83
|
+
description: Magage files from Rosetta Code web site.
|
84
|
+
email:
|
85
|
+
- dvarrui@protonmail.com
|
86
|
+
executables:
|
87
|
+
- zettacode
|
88
|
+
- zcode
|
89
|
+
extensions: []
|
90
|
+
extra_rdoc_files: []
|
91
|
+
files:
|
92
|
+
- ".ruby-version"
|
93
|
+
- ".standard.yml"
|
94
|
+
- CHANGELOG.md
|
95
|
+
- Gemfile
|
96
|
+
- LICENSE
|
97
|
+
- README.md
|
98
|
+
- Rakefile
|
99
|
+
- bin/zcode
|
100
|
+
- bin/zettacode
|
101
|
+
- config/analize.yaml
|
102
|
+
- config/scrap.yaml
|
103
|
+
- docs/parse.md
|
104
|
+
- docs/scrap.md
|
105
|
+
- lib/zettacode.rb
|
106
|
+
- lib/zettacode/parse/parse.rb
|
107
|
+
- lib/zettacode/scrap/scrap.rb
|
108
|
+
- lib/zettacode/version.rb
|
109
|
+
- sig/zettacode.rbs
|
110
|
+
- tasks/devel.rb
|
111
|
+
- zcode-scrap
|
112
|
+
- zettacode.files/arithmetic.integer/0815}.txt
|
113
|
+
- zettacode.files/arithmetic.integer/11l}.txt
|
114
|
+
- zettacode.files/arithmetic.integer/360_assembly.txt
|
115
|
+
- zettacode.files/arithmetic.integer/6502_assembly}.txt
|
116
|
+
- zettacode.files/arithmetic.integer/68000_assembly.txt
|
117
|
+
- zettacode.files/arithmetic.integer/aarch64_assembly.txt
|
118
|
+
- zettacode.files/arithmetic.integer/abap.txt
|
119
|
+
- zettacode.files/arithmetic.integer/acl2.txt
|
120
|
+
- zettacode.files/arithmetic.integer/action!.txt
|
121
|
+
- zettacode.files/arithmetic.integer/ada.txt
|
122
|
+
- zettacode.files/arithmetic.integer/aikido.txt
|
123
|
+
- zettacode.files/arithmetic.integer/algol_68.txt
|
124
|
+
- zettacode.files/arithmetic.integer/algol_w.txt
|
125
|
+
- zettacode.files/arithmetic.integer/amigae.txt
|
126
|
+
- zettacode.files/arithmetic.integer/apl.txt
|
127
|
+
- zettacode.files/arithmetic.integer/applescript.txt
|
128
|
+
- zettacode.files/arithmetic.integer/arm_assembly.txt
|
129
|
+
- zettacode.files/arithmetic.integer/arturo.txt
|
130
|
+
- zettacode.files/arithmetic.integer/asymptote.txt
|
131
|
+
- zettacode.files/arithmetic.integer/autohotkey.txt
|
132
|
+
- zettacode.files/arithmetic.integer/avail.txt
|
133
|
+
- zettacode.files/arithmetic.integer/awk.txt
|
134
|
+
- zettacode.files/arithmetic.integer/basic.txt
|
135
|
+
- zettacode.files/arithmetic.integer/basic256.txt
|
136
|
+
- zettacode.files/arithmetic.integer/batch_file.txt
|
137
|
+
- zettacode.files/arithmetic.integer/bbc_basic.txt
|
138
|
+
- zettacode.files/arithmetic.integer/bc.txt
|
139
|
+
- zettacode.files/arithmetic.integer/befunge.txt
|
140
|
+
- zettacode.files/arithmetic.integer/bqn.txt
|
141
|
+
- zettacode.files/arithmetic.integer/bracmat.txt
|
142
|
+
- zettacode.files/arithmetic.integer/brat.txt
|
143
|
+
- zettacode.files/arithmetic.integer/c++.txt
|
144
|
+
- zettacode.files/arithmetic.integer/c.txt
|
145
|
+
- zettacode.files/arithmetic.integer/c_sharp|c#.txt
|
146
|
+
- zettacode.files/arithmetic.integer/chef.txt
|
147
|
+
- zettacode.files/arithmetic.integer/clipper.txt
|
148
|
+
- zettacode.files/arithmetic.integer/clojure.txt
|
149
|
+
- zettacode.files/arithmetic.integer/cobol.txt
|
150
|
+
- zettacode.files/arithmetic.integer/common_lisp.txt
|
151
|
+
- zettacode.files/arithmetic.integer/component_pascal.txt
|
152
|
+
- zettacode.files/arithmetic.integer/crystal.txt
|
153
|
+
- zettacode.files/arithmetic.integer/d.txt
|
154
|
+
- zettacode.files/arithmetic.integer/dc.txt
|
155
|
+
- zettacode.files/arithmetic.integer/dcl.txt
|
156
|
+
- zettacode.files/arithmetic.integer/delphi.txt
|
157
|
+
- zettacode.files/arithmetic.integer/dwscript.txt
|
158
|
+
- zettacode.files/arithmetic.integer/dyalect.txt
|
159
|
+
- zettacode.files/arithmetic.integer/e.txt
|
160
|
+
- zettacode.files/arithmetic.integer/easylang.txt
|
161
|
+
- zettacode.files/arithmetic.integer/ecl.txt
|
162
|
+
- zettacode.files/arithmetic.integer/efene.txt
|
163
|
+
- zettacode.files/arithmetic.integer/eiffel.txt
|
164
|
+
- zettacode.files/arithmetic.integer/elena.txt
|
165
|
+
- zettacode.files/arithmetic.integer/elixir.txt
|
166
|
+
- zettacode.files/arithmetic.integer/emojicode.txt
|
167
|
+
- zettacode.files/arithmetic.integer/erlang.txt
|
168
|
+
- zettacode.files/arithmetic.integer/erre.txt
|
169
|
+
- zettacode.files/arithmetic.integer/euphoria.txt
|
170
|
+
- zettacode.files/arithmetic.integer/excel.txt
|
171
|
+
- zettacode.files/arithmetic.integer/f_sharp|f#.txt
|
172
|
+
- zettacode.files/arithmetic.integer/factor.txt
|
173
|
+
- zettacode.files/arithmetic.integer/false.txt
|
174
|
+
- zettacode.files/arithmetic.integer/fermat.txt
|
175
|
+
- zettacode.files/arithmetic.integer/forth.txt
|
176
|
+
- zettacode.files/arithmetic.integer/fortran.txt
|
177
|
+
- zettacode.files/arithmetic.integer/freebasic.txt
|
178
|
+
- zettacode.files/arithmetic.integer/friendly_interactive_shell.txt
|
179
|
+
- zettacode.files/arithmetic.integer/frink.txt
|
180
|
+
- zettacode.files/arithmetic.integer/futurebasic.txt
|
181
|
+
- zettacode.files/arithmetic.integer/gambas.txt
|
182
|
+
- zettacode.files/arithmetic.integer/gap.txt
|
183
|
+
- zettacode.files/arithmetic.integer/genie.txt
|
184
|
+
- zettacode.files/arithmetic.integer/george.txt
|
185
|
+
- zettacode.files/arithmetic.integer/go.txt
|
186
|
+
- zettacode.files/arithmetic.integer/groovy.txt
|
187
|
+
- zettacode.files/arithmetic.integer/harbour.txt
|
188
|
+
- zettacode.files/arithmetic.integer/haskell.txt
|
189
|
+
- zettacode.files/arithmetic.integer/haxe.txt
|
190
|
+
- zettacode.files/arithmetic.integer/hicest.txt
|
191
|
+
- zettacode.files/arithmetic.integer/holyc.txt
|
192
|
+
- zettacode.files/arithmetic.integer/i.txt
|
193
|
+
- zettacode.files/arithmetic.integer/icon}}_and_{{header|unicon.txt
|
194
|
+
- zettacode.files/arithmetic.integer/inform_7.txt
|
195
|
+
- zettacode.files/arithmetic.integer/j.txt
|
196
|
+
- zettacode.files/arithmetic.integer/java.txt
|
197
|
+
- zettacode.files/arithmetic.integer/javascript.txt
|
198
|
+
- zettacode.files/arithmetic.integer/jq.txt
|
199
|
+
- zettacode.files/arithmetic.integer/jsish.txt
|
200
|
+
- zettacode.files/arithmetic.integer/julia.txt
|
201
|
+
- zettacode.files/arithmetic.integer/kotlin.txt
|
202
|
+
- zettacode.files/arithmetic.integer/labview.txt
|
203
|
+
- zettacode.files/arithmetic.integer/lambdatalk.txt
|
204
|
+
- zettacode.files/arithmetic.integer/lasso.txt
|
205
|
+
- zettacode.files/arithmetic.integer/lfe.txt
|
206
|
+
- zettacode.files/arithmetic.integer/liberty_basic.txt
|
207
|
+
- zettacode.files/arithmetic.integer/lil.txt
|
208
|
+
- zettacode.files/arithmetic.integer/lingo.txt
|
209
|
+
- zettacode.files/arithmetic.integer/little.txt
|
210
|
+
- zettacode.files/arithmetic.integer/livecode.txt
|
211
|
+
- zettacode.files/arithmetic.integer/logo.txt
|
212
|
+
- zettacode.files/arithmetic.integer/lse64.txt
|
213
|
+
- zettacode.files/arithmetic.integer/lua.txt
|
214
|
+
- zettacode.files/arithmetic.integer/m2000_interpreter.txt
|
215
|
+
- zettacode.files/arithmetic.integer/m4.txt
|
216
|
+
- zettacode.files/arithmetic.integer/maple.txt
|
217
|
+
- zettacode.files/arithmetic.integer/mathcad.txt
|
218
|
+
- zettacode.files/arithmetic.integer/mathematica}}-{{header|wolfram_language.txt
|
219
|
+
- zettacode.files/arithmetic.integer/matlab}}_-_{{header|octave.txt
|
220
|
+
- zettacode.files/arithmetic.integer/maxima.txt
|
221
|
+
- zettacode.files/arithmetic.integer/maxscript.txt
|
222
|
+
- zettacode.files/arithmetic.integer/mercury.txt
|
223
|
+
- zettacode.files/arithmetic.integer/metafont.txt
|
224
|
+
- zettacode.files/arithmetic.integer/min.txt
|
225
|
+
- zettacode.files/arithmetic.integer/ml-i.txt
|
226
|
+
- zettacode.files/arithmetic.integer/modula-2.txt
|
227
|
+
- zettacode.files/arithmetic.integer/modula-3.txt
|
228
|
+
- zettacode.files/arithmetic.integer/mumps.txt
|
229
|
+
- zettacode.files/arithmetic.integer/nanoquery.txt
|
230
|
+
- zettacode.files/arithmetic.integer/nemerle.txt
|
231
|
+
- zettacode.files/arithmetic.integer/netrexx.txt
|
232
|
+
- zettacode.files/arithmetic.integer/newlisp.txt
|
233
|
+
- zettacode.files/arithmetic.integer/nial.txt
|
234
|
+
- zettacode.files/arithmetic.integer/nim.txt
|
235
|
+
- zettacode.files/arithmetic.integer/nsis.txt
|
236
|
+
- zettacode.files/arithmetic.integer/oberon-2.txt
|
237
|
+
- zettacode.files/arithmetic.integer/objeck.txt
|
238
|
+
- zettacode.files/arithmetic.integer/ocaml.txt
|
239
|
+
- zettacode.files/arithmetic.integer/oforth.txt
|
240
|
+
- zettacode.files/arithmetic.integer/ol.txt
|
241
|
+
- zettacode.files/arithmetic.integer/onyx.txt
|
242
|
+
- zettacode.files/arithmetic.integer/openscad.txt
|
243
|
+
- zettacode.files/arithmetic.integer/oz.txt
|
244
|
+
- zettacode.files/arithmetic.integer/panda.txt
|
245
|
+
- zettacode.files/arithmetic.integer/pari-gp.txt
|
246
|
+
- zettacode.files/arithmetic.integer/pascal.txt
|
247
|
+
- zettacode.files/arithmetic.integer/perl.txt
|
248
|
+
- zettacode.files/arithmetic.integer/phix.txt
|
249
|
+
- zettacode.files/arithmetic.integer/phixmonti.txt
|
250
|
+
- zettacode.files/arithmetic.integer/phl.txt
|
251
|
+
- zettacode.files/arithmetic.integer/php.txt
|
252
|
+
- zettacode.files/arithmetic.integer/picat.txt
|
253
|
+
- zettacode.files/arithmetic.integer/picolisp.txt
|
254
|
+
- zettacode.files/arithmetic.integer/piet.txt
|
255
|
+
- zettacode.files/arithmetic.integer/pl-i.txt
|
256
|
+
- zettacode.files/arithmetic.integer/plain_english.txt
|
257
|
+
- zettacode.files/arithmetic.integer/pop11.txt
|
258
|
+
- zettacode.files/arithmetic.integer/postscript.txt
|
259
|
+
- zettacode.files/arithmetic.integer/powershell.txt
|
260
|
+
- zettacode.files/arithmetic.integer/processing.txt
|
261
|
+
- zettacode.files/arithmetic.integer/prodos.txt
|
262
|
+
- zettacode.files/arithmetic.integer/prolog.txt
|
263
|
+
- zettacode.files/arithmetic.integer/purebasic.txt
|
264
|
+
- zettacode.files/arithmetic.integer/python.txt
|
265
|
+
- zettacode.files/arithmetic.integer/qb64.txt
|
266
|
+
- zettacode.files/arithmetic.integer/quackery.txt
|
267
|
+
- zettacode.files/arithmetic.integer/r.txt
|
268
|
+
- zettacode.files/arithmetic.integer/racket.txt
|
269
|
+
- zettacode.files/arithmetic.integer/raku.txt
|
270
|
+
- zettacode.files/arithmetic.integer/raven.txt
|
271
|
+
- zettacode.files/arithmetic.integer/rebol.txt
|
272
|
+
- zettacode.files/arithmetic.integer/relation.txt
|
273
|
+
- zettacode.files/arithmetic.integer/rescript.txt
|
274
|
+
- zettacode.files/arithmetic.integer/retro.txt
|
275
|
+
- zettacode.files/arithmetic.integer/rexx.txt
|
276
|
+
- zettacode.files/arithmetic.integer/ring.txt
|
277
|
+
- zettacode.files/arithmetic.integer/robotic.txt
|
278
|
+
- zettacode.files/arithmetic.integer/ruby.txt
|
279
|
+
- zettacode.files/arithmetic.integer/run_basic.txt
|
280
|
+
- zettacode.files/arithmetic.integer/rust.txt
|
281
|
+
- zettacode.files/arithmetic.integer/sass-scss.txt
|
282
|
+
- zettacode.files/arithmetic.integer/scala.txt
|
283
|
+
- zettacode.files/arithmetic.integer/scheme.txt
|
284
|
+
- zettacode.files/arithmetic.integer/seed7.txt
|
285
|
+
- zettacode.files/arithmetic.integer/sensetalk.txt
|
286
|
+
- zettacode.files/arithmetic.integer/sidef.txt
|
287
|
+
- zettacode.files/arithmetic.integer/slate.txt
|
288
|
+
- zettacode.files/arithmetic.integer/smalltalk.txt
|
289
|
+
- zettacode.files/arithmetic.integer/smart_basic.txt
|
290
|
+
- zettacode.files/arithmetic.integer/snobol4.txt
|
291
|
+
- zettacode.files/arithmetic.integer/snusp.txt
|
292
|
+
- zettacode.files/arithmetic.integer/sql.txt
|
293
|
+
- zettacode.files/arithmetic.integer/ssem.txt
|
294
|
+
- zettacode.files/arithmetic.integer/standard_ml.txt
|
295
|
+
- zettacode.files/arithmetic.integer/swift.txt
|
296
|
+
- zettacode.files/arithmetic.integer/tcl.txt
|
297
|
+
- zettacode.files/arithmetic.integer/terraform.txt
|
298
|
+
- zettacode.files/arithmetic.integer/ti-83_basic.txt
|
299
|
+
- zettacode.files/arithmetic.integer/ti-89_basic.txt
|
300
|
+
- zettacode.files/arithmetic.integer/toka.txt
|
301
|
+
- zettacode.files/arithmetic.integer/tuscript.txt
|
302
|
+
- zettacode.files/arithmetic.integer/unix_shell.txt
|
303
|
+
- zettacode.files/arithmetic.integer/ursa.txt
|
304
|
+
- zettacode.files/arithmetic.integer/v_(vlang).txt
|
305
|
+
- zettacode.files/arithmetic.integer/vba.txt
|
306
|
+
- zettacode.files/arithmetic.integer/vbscript.txt
|
307
|
+
- zettacode.files/arithmetic.integer/vedit_macro_language.txt
|
308
|
+
- zettacode.files/arithmetic.integer/verilog.txt
|
309
|
+
- zettacode.files/arithmetic.integer/vim_script.txt
|
310
|
+
- zettacode.files/arithmetic.integer/visual_basic_.net.txt
|
311
|
+
- zettacode.files/arithmetic.integer/wart.txt
|
312
|
+
- zettacode.files/arithmetic.integer/wren.txt
|
313
|
+
- zettacode.files/arithmetic.integer/x86_assembly.txt
|
314
|
+
- zettacode.files/arithmetic.integer/xlisp.txt
|
315
|
+
- zettacode.files/arithmetic.integer/xpl0.txt
|
316
|
+
- zettacode.files/arithmetic.integer/xslt.txt
|
317
|
+
- zettacode.files/arithmetic.integer/yabasic.txt
|
318
|
+
- zettacode.files/arithmetic.integer/yorick.txt
|
319
|
+
- zettacode.files/arithmetic.integer/zkl.txt
|
320
|
+
- zettacode.files/arithmetic.integer/zonnon.txt
|
321
|
+
- zettacode.files/arithmetic.integer/zx_spectrum_basic.txt
|
322
|
+
- zettacode.files/arithmetic.integer/мк-61-52.txt
|
323
|
+
- zettacode.files/hello_world.text/0815.txt
|
324
|
+
- zettacode.files/hello_world.text/11l.txt
|
325
|
+
- zettacode.files/hello_world.text/360_assembly.txt
|
326
|
+
- zettacode.files/hello_world.text/4dos_batch.txt
|
327
|
+
- zettacode.files/hello_world.text/6502_assembly.txt
|
328
|
+
- zettacode.files/hello_world.text/6800_assembly.txt
|
329
|
+
- zettacode.files/hello_world.text/8080_assembly.txt
|
330
|
+
- zettacode.files/hello_world.text/8086_assembly.txt
|
331
|
+
- zettacode.files/hello_world.text/8th.txt
|
332
|
+
- zettacode.files/hello_world.text/aarch64_assembly.txt
|
333
|
+
- zettacode.files/hello_world.text/abap.txt
|
334
|
+
- zettacode.files/hello_world.text/acl2.txt
|
335
|
+
- zettacode.files/hello_world.text/action!.txt
|
336
|
+
- zettacode.files/hello_world.text/actionscript.txt
|
337
|
+
- zettacode.files/hello_world.text/ada.txt
|
338
|
+
- zettacode.files/hello_world.text/agda.txt
|
339
|
+
- zettacode.files/hello_world.text/agena.txt
|
340
|
+
- zettacode.files/hello_world.text/aime.txt
|
341
|
+
- zettacode.files/hello_world.text/algae.txt
|
342
|
+
- zettacode.files/hello_world.text/algol-m.txt
|
343
|
+
- zettacode.files/hello_world.text/algol_60.txt
|
344
|
+
- zettacode.files/hello_world.text/algol_68.txt
|
345
|
+
- zettacode.files/hello_world.text/algol_w.txt
|
346
|
+
- zettacode.files/hello_world.text/alore.txt
|
347
|
+
- zettacode.files/hello_world.text/amazing_hopper.txt
|
348
|
+
- zettacode.files/hello_world.text/ambienttalk.txt
|
349
|
+
- zettacode.files/hello_world.text/amigae.txt
|
350
|
+
- zettacode.files/hello_world.text/angelscript.txt
|
351
|
+
- zettacode.files/hello_world.text/antlang.txt
|
352
|
+
- zettacode.files/hello_world.text/anyways.txt
|
353
|
+
- zettacode.files/hello_world.text/apl.txt
|
354
|
+
- zettacode.files/hello_world.text/applescript.txt
|
355
|
+
- zettacode.files/hello_world.text/applesoft_basic.txt
|
356
|
+
- zettacode.files/hello_world.text/apricot.txt
|
357
|
+
- zettacode.files/hello_world.text/arc.txt
|
358
|
+
- zettacode.files/hello_world.text/arendelle.txt
|
359
|
+
- zettacode.files/hello_world.text/argile.txt
|
360
|
+
- zettacode.files/hello_world.text/arm_assembly.txt
|
361
|
+
- zettacode.files/hello_world.text/arnoldc.txt
|
362
|
+
- zettacode.files/hello_world.text/arturo.txt
|
363
|
+
- zettacode.files/hello_world.text/asciidots.txt
|
364
|
+
- zettacode.files/hello_world.text/astro.txt
|
365
|
+
- zettacode.files/hello_world.text/asymptote.txt
|
366
|
+
- zettacode.files/hello_world.text/ats.txt
|
367
|
+
- zettacode.files/hello_world.text/autohotkey.txt
|
368
|
+
- zettacode.files/hello_world.text/autoit.txt
|
369
|
+
- zettacode.files/hello_world.text/autolisp.txt
|
370
|
+
- zettacode.files/hello_world.text/avail.txt
|
371
|
+
- zettacode.files/hello_world.text/awk.txt
|
372
|
+
- zettacode.files/hello_world.text/axe.txt
|
373
|
+
- zettacode.files/hello_world.text/b.txt
|
374
|
+
- zettacode.files/hello_world.text/b4x.txt
|
375
|
+
- zettacode.files/hello_world.text/babel.txt
|
376
|
+
- zettacode.files/hello_world.text/bash.txt
|
377
|
+
- zettacode.files/hello_world.text/basic.txt
|
378
|
+
- zettacode.files/hello_world.text/basic256.txt
|
379
|
+
- zettacode.files/hello_world.text/batch_file.txt
|
380
|
+
- zettacode.files/hello_world.text/battlestar.txt
|
381
|
+
- zettacode.files/hello_world.text/bbc_basic.txt
|
382
|
+
- zettacode.files/hello_world.text/bc.txt
|
383
|
+
- zettacode.files/hello_world.text/bcpl.txt
|
384
|
+
- zettacode.files/hello_world.text/beef.txt
|
385
|
+
- zettacode.files/hello_world.text/beeswax.txt
|
386
|
+
- zettacode.files/hello_world.text/befunge.txt
|
387
|
+
- zettacode.files/hello_world.text/binary_lambda_calculus.txt
|
388
|
+
- zettacode.files/hello_world.text/bird.txt
|
389
|
+
- zettacode.files/hello_world.text/blade.txt
|
390
|
+
- zettacode.files/hello_world.text/blast.txt
|
391
|
+
- zettacode.files/hello_world.text/blue.txt
|
392
|
+
- zettacode.files/hello_world.text/blz.txt
|
393
|
+
- zettacode.files/hello_world.text/bml.txt
|
394
|
+
- zettacode.files/hello_world.text/boo.txt
|
395
|
+
- zettacode.files/hello_world.text/bootbasic.txt
|
396
|
+
- zettacode.files/hello_world.text/bqn.txt
|
397
|
+
- zettacode.files/hello_world.text/brace.txt
|
398
|
+
- zettacode.files/hello_world.text/bracmat.txt
|
399
|
+
- zettacode.files/hello_world.text/brainf***.txt
|
400
|
+
- zettacode.files/hello_world.text/brat.txt
|
401
|
+
- zettacode.files/hello_world.text/brlcad.txt
|
402
|
+
- zettacode.files/hello_world.text/burlesque.txt
|
403
|
+
- zettacode.files/hello_world.text/c++-cli.txt
|
404
|
+
- zettacode.files/hello_world.text/c++.txt
|
405
|
+
- zettacode.files/hello_world.text/c.txt
|
406
|
+
- zettacode.files/hello_world.text/c1r.txt
|
407
|
+
- zettacode.files/hello_world.text/c2.txt
|
408
|
+
- zettacode.files/hello_world.text/c3.txt
|
409
|
+
- zettacode.files/hello_world.text/c_sharp|c#.txt
|
410
|
+
- zettacode.files/hello_world.text/casio_basic.txt
|
411
|
+
- zettacode.files/hello_world.text/cat.txt
|
412
|
+
- zettacode.files/hello_world.text/cduce.txt
|
413
|
+
- zettacode.files/hello_world.text/cfengine.txt
|
414
|
+
- zettacode.files/hello_world.text/chapel.txt
|
415
|
+
- zettacode.files/hello_world.text/chef.txt
|
416
|
+
- zettacode.files/hello_world.text/chuck.txt
|
417
|
+
- zettacode.files/hello_world.text/cind.txt
|
418
|
+
- zettacode.files/hello_world.text/clay.txt
|
419
|
+
- zettacode.files/hello_world.text/clean.txt
|
420
|
+
- zettacode.files/hello_world.text/clio.txt
|
421
|
+
- zettacode.files/hello_world.text/clipper.txt
|
422
|
+
- zettacode.files/hello_world.text/clips.txt
|
423
|
+
- zettacode.files/hello_world.text/clojure.txt
|
424
|
+
- zettacode.files/hello_world.text/clu.txt
|
425
|
+
- zettacode.files/hello_world.text/cmake.txt
|
426
|
+
- zettacode.files/hello_world.text/cobol.txt
|
427
|
+
- zettacode.files/hello_world.text/cobra.txt
|
428
|
+
- zettacode.files/hello_world.text/coffeescript.txt
|
429
|
+
- zettacode.files/hello_world.text/coldfusion.txt
|
430
|
+
- zettacode.files/hello_world.text/comal.txt
|
431
|
+
- zettacode.files/hello_world.text/comefrom0x10.txt
|
432
|
+
- zettacode.files/hello_world.text/commodore_basic.txt
|
433
|
+
- zettacode.files/hello_world.text/common_lisp.txt
|
434
|
+
- zettacode.files/hello_world.text/component_pascal.txt
|
435
|
+
- zettacode.files/hello_world.text/coq.txt
|
436
|
+
- zettacode.files/hello_world.text/corescript.txt
|
437
|
+
- zettacode.files/hello_world.text/cowgol.txt
|
438
|
+
- zettacode.files/hello_world.text/crack.txt
|
439
|
+
- zettacode.files/hello_world.text/creative_basic.txt
|
440
|
+
- zettacode.files/hello_world.text/crystal.txt
|
441
|
+
- zettacode.files/hello_world.text/d.txt
|
442
|
+
- zettacode.files/hello_world.text/dafny.txt
|
443
|
+
- zettacode.files/hello_world.text/dao.txt
|
444
|
+
- zettacode.files/hello_world.text/dart.txt
|
445
|
+
- zettacode.files/hello_world.text/dataweave.txt
|
446
|
+
- zettacode.files/hello_world.text/dbl.txt
|
447
|
+
- zettacode.files/hello_world.text/dc.txt
|
448
|
+
- zettacode.files/hello_world.text/dcl.txt
|
449
|
+
- zettacode.files/hello_world.text/ddnc.txt
|
450
|
+
- zettacode.files/hello_world.text/delphi.txt
|
451
|
+
- zettacode.files/hello_world.text/deviousyarn.txt
|
452
|
+
- zettacode.files/hello_world.text/dibol-11.txt
|
453
|
+
- zettacode.files/hello_world.text/diego.txt
|
454
|
+
- zettacode.files/hello_world.text/div_games_studio.txt
|
455
|
+
- zettacode.files/hello_world.text/dm.txt
|
456
|
+
- zettacode.files/hello_world.text/draco.txt
|
457
|
+
- zettacode.files/hello_world.text/dragon.txt
|
458
|
+
- zettacode.files/hello_world.text/dwscript.txt
|
459
|
+
- zettacode.files/hello_world.text/dyalect.txt
|
460
|
+
- zettacode.files/hello_world.text/dylan.net.txt
|
461
|
+
- zettacode.files/hello_world.text/dylan.txt
|
462
|
+
- zettacode.files/hello_world.text/déjà_vu.txt
|
463
|
+
- zettacode.files/hello_world.text/e.txt
|
464
|
+
- zettacode.files/hello_world.text/easylang.txt
|
465
|
+
- zettacode.files/hello_world.text/ec.txt
|
466
|
+
- zettacode.files/hello_world.text/echolisp.txt
|
467
|
+
- zettacode.files/hello_world.text/ecl.txt
|
468
|
+
- zettacode.files/hello_world.text/ecstasy.txt
|
469
|
+
- zettacode.files/hello_world.text/edsac_order_code.txt
|
470
|
+
- zettacode.files/hello_world.text/efene.txt
|
471
|
+
- zettacode.files/hello_world.text/egel.txt
|
472
|
+
- zettacode.files/hello_world.text/egison.txt
|
473
|
+
- zettacode.files/hello_world.text/egl.txt
|
474
|
+
- zettacode.files/hello_world.text/eiffel.txt
|
475
|
+
- zettacode.files/hello_world.text/ela.txt
|
476
|
+
- zettacode.files/hello_world.text/elan.txt
|
477
|
+
- zettacode.files/hello_world.text/elastic.txt
|
478
|
+
- zettacode.files/hello_world.text/elena.txt
|
479
|
+
- zettacode.files/hello_world.text/elisa.txt
|
480
|
+
- zettacode.files/hello_world.text/elixir.txt
|
481
|
+
- zettacode.files/hello_world.text/elm.txt
|
482
|
+
- zettacode.files/hello_world.text/emacs_lisp.txt
|
483
|
+
- zettacode.files/hello_world.text/emojicode.txt
|
484
|
+
- zettacode.files/hello_world.text/erlang.txt
|
485
|
+
- zettacode.files/hello_world.text/erre.txt
|
486
|
+
- zettacode.files/hello_world.text/euler_math_toolbox.txt
|
487
|
+
- zettacode.files/hello_world.text/extended_brainf***.txt
|
488
|
+
- zettacode.files/hello_world.text/ezhil.txt
|
489
|
+
- zettacode.files/hello_world.text/f_sharp|f#.txt
|
490
|
+
- zettacode.files/hello_world.text/factor.txt
|
491
|
+
- zettacode.files/hello_world.text/falcon.txt
|
492
|
+
- zettacode.files/hello_world.text/false.txt
|
493
|
+
- zettacode.files/hello_world.text/fantom.txt
|
494
|
+
- zettacode.files/hello_world.text/fennel.txt
|
495
|
+
- zettacode.files/hello_world.text/ferite.txt
|
496
|
+
- zettacode.files/hello_world.text/fermat.txt
|
497
|
+
- zettacode.files/hello_world.text/fexl.txt
|
498
|
+
- zettacode.files/hello_world.text/fhidwfe.txt
|
499
|
+
- zettacode.files/hello_world.text/fish.txt
|
500
|
+
- zettacode.files/hello_world.text/focal.txt
|
501
|
+
- zettacode.files/hello_world.text/forth.txt
|
502
|
+
- zettacode.files/hello_world.text/fortran.txt
|
503
|
+
- zettacode.files/hello_world.text/fortress.txt
|
504
|
+
- zettacode.files/hello_world.text/free_pascal.txt
|
505
|
+
- zettacode.files/hello_world.text/freebasic.txt
|
506
|
+
- zettacode.files/hello_world.text/frege.txt
|
507
|
+
- zettacode.files/hello_world.text/friendly_interactive_shell.txt
|
508
|
+
- zettacode.files/hello_world.text/frink.txt
|
509
|
+
- zettacode.files/hello_world.text/funl.txt
|
510
|
+
- zettacode.files/hello_world.text/furor.txt
|
511
|
+
- zettacode.files/hello_world.text/futurebasic.txt
|
512
|
+
- zettacode.files/hello_world.text/fuze_basic.txt
|
513
|
+
- zettacode.files/hello_world.text/gambas.txt
|
514
|
+
- zettacode.files/hello_world.text/gap.txt
|
515
|
+
- zettacode.files/hello_world.text/gb_basic.txt
|
516
|
+
- zettacode.files/hello_world.text/gecho.txt
|
517
|
+
- zettacode.files/hello_world.text/gema.txt
|
518
|
+
- zettacode.files/hello_world.text/genie.txt
|
519
|
+
- zettacode.files/hello_world.text/gentee.txt
|
520
|
+
- zettacode.files/hello_world.text/gfa_basic.txt
|
521
|
+
- zettacode.files/hello_world.text/glbasic.txt
|
522
|
+
- zettacode.files/hello_world.text/glee.txt
|
523
|
+
- zettacode.files/hello_world.text/global_script.txt
|
524
|
+
- zettacode.files/hello_world.text/glovepie.txt
|
525
|
+
- zettacode.files/hello_world.text/gml.txt
|
526
|
+
- zettacode.files/hello_world.text/go.txt
|
527
|
+
- zettacode.files/hello_world.text/golfscript.txt
|
528
|
+
- zettacode.files/hello_world.text/gosu.txt
|
529
|
+
- zettacode.files/hello_world.text/grain.txt
|
530
|
+
- zettacode.files/hello_world.text/groovy.txt
|
531
|
+
- zettacode.files/hello_world.text/gw-basic.txt
|
532
|
+
- zettacode.files/hello_world.text/hack.txt
|
533
|
+
- zettacode.files/hello_world.text/halon.txt
|
534
|
+
- zettacode.files/hello_world.text/harbour.txt
|
535
|
+
- zettacode.files/hello_world.text/hare.txt
|
536
|
+
- zettacode.files/hello_world.text/haskell.txt
|
537
|
+
- zettacode.files/hello_world.text/haxe.txt
|
538
|
+
- zettacode.files/hello_world.text/hexiscript.txt
|
539
|
+
- zettacode.files/hello_world.text/hicest.txt
|
540
|
+
- zettacode.files/hello_world.text/hla.txt
|
541
|
+
- zettacode.files/hello_world.text/holyc.txt
|
542
|
+
- zettacode.files/hello_world.text/hoon.txt
|
543
|
+
- zettacode.files/hello_world.text/hpppl.txt
|
544
|
+
- zettacode.files/hello_world.text/hq9+.txt
|
545
|
+
- zettacode.files/hello_world.text/html5.txt
|
546
|
+
- zettacode.files/hello_world.text/huginn.txt
|
547
|
+
- zettacode.files/hello_world.text/hy.txt
|
548
|
+
- zettacode.files/hello_world.text/i.txt
|
549
|
+
- zettacode.files/hello_world.text/icon}}_and_{{header|unicon.txt
|
550
|
+
- zettacode.files/hello_world.text/idl.txt
|
551
|
+
- zettacode.files/hello_world.text/idris.txt
|
552
|
+
- zettacode.files/hello_world.text/inform_6.txt
|
553
|
+
- zettacode.files/hello_world.text/inko.txt
|
554
|
+
- zettacode.files/hello_world.text/integer_basic.txt
|
555
|
+
- zettacode.files/hello_world.text/intercal.txt
|
556
|
+
- zettacode.files/hello_world.text/io.txt
|
557
|
+
- zettacode.files/hello_world.text/ioke.txt
|
558
|
+
- zettacode.files/hello_world.text/is-basic.txt
|
559
|
+
- zettacode.files/hello_world.text/isabelle.txt
|
560
|
+
- zettacode.files/hello_world.text/iwbasic.txt
|
561
|
+
- zettacode.files/hello_world.text/j.txt
|
562
|
+
- zettacode.files/hello_world.text/jack.txt
|
563
|
+
- zettacode.files/hello_world.text/jacquard_loom.txt
|
564
|
+
- zettacode.files/hello_world.text/java.txt
|
565
|
+
- zettacode.files/hello_world.text/javascript.txt
|
566
|
+
- zettacode.files/hello_world.text/jcl.txt
|
567
|
+
- zettacode.files/hello_world.text/jinja.txt
|
568
|
+
- zettacode.files/hello_world.text/joy.txt
|
569
|
+
- zettacode.files/hello_world.text/jq.txt
|
570
|
+
- zettacode.files/hello_world.text/jse.txt
|
571
|
+
- zettacode.files/hello_world.text/jsish.txt
|
572
|
+
- zettacode.files/hello_world.text/julia.txt
|
573
|
+
- zettacode.files/hello_world.text/k.txt
|
574
|
+
- zettacode.files/hello_world.text/kabap.txt
|
575
|
+
- zettacode.files/hello_world.text/kaya.txt
|
576
|
+
- zettacode.files/hello_world.text/kdf9_usercode.txt
|
577
|
+
- zettacode.files/hello_world.text/keg.txt
|
578
|
+
- zettacode.files/hello_world.text/kite.txt
|
579
|
+
- zettacode.files/hello_world.text/kitten.txt
|
580
|
+
- zettacode.files/hello_world.text/koka.txt
|
581
|
+
- zettacode.files/hello_world.text/konsolscript.txt
|
582
|
+
- zettacode.files/hello_world.text/kotlin.txt
|
583
|
+
- zettacode.files/hello_world.text/kql.txt
|
584
|
+
- zettacode.files/hello_world.text/ksi.txt
|
585
|
+
- zettacode.files/hello_world.text/lambdatalk.txt
|
586
|
+
- zettacode.files/hello_world.text/lang5.txt
|
587
|
+
- zettacode.files/hello_world.text/langur.txt
|
588
|
+
- zettacode.files/hello_world.text/lasso.txt
|
589
|
+
- zettacode.files/hello_world.text/latex.txt
|
590
|
+
- zettacode.files/hello_world.text/latitude.txt
|
591
|
+
- zettacode.files/hello_world.text/lc3_assembly.txt
|
592
|
+
- zettacode.files/hello_world.text/ldpl.txt
|
593
|
+
- zettacode.files/hello_world.text/lean.txt
|
594
|
+
- zettacode.files/hello_world.text/lfe.txt
|
595
|
+
- zettacode.files/hello_world.text/liberty_basic.txt
|
596
|
+
- zettacode.files/hello_world.text/lil.txt
|
597
|
+
- zettacode.files/hello_world.text/lily.txt
|
598
|
+
- zettacode.files/hello_world.text/lilypond.txt
|
599
|
+
- zettacode.files/hello_world.text/limbo.txt
|
600
|
+
- zettacode.files/hello_world.text/lingo.txt
|
601
|
+
- zettacode.files/hello_world.text/lisaac.txt
|
602
|
+
- zettacode.files/hello_world.text/little.txt
|
603
|
+
- zettacode.files/hello_world.text/livecode.txt
|
604
|
+
- zettacode.files/hello_world.text/llvm.txt
|
605
|
+
- zettacode.files/hello_world.text/lobster.txt
|
606
|
+
- zettacode.files/hello_world.text/logo.txt
|
607
|
+
- zettacode.files/hello_world.text/logtalk.txt
|
608
|
+
- zettacode.files/hello_world.text/lolcode.txt
|
609
|
+
- zettacode.files/hello_world.text/lotusscript.txt
|
610
|
+
- zettacode.files/hello_world.text/lse.txt
|
611
|
+
- zettacode.files/hello_world.text/lse64.txt
|
612
|
+
- zettacode.files/hello_world.text/lua.txt
|
613
|
+
- zettacode.files/hello_world.text/luna.txt
|
614
|
+
- zettacode.files/hello_world.text/m2000_interpreter.txt
|
615
|
+
- zettacode.files/hello_world.text/m4.txt
|
616
|
+
- zettacode.files/hello_world.text/maclisp.txt
|
617
|
+
- zettacode.files/hello_world.text/macro-10.txt
|
618
|
+
- zettacode.files/hello_world.text/macro-11.txt
|
619
|
+
- zettacode.files/hello_world.text/mad.txt
|
620
|
+
- zettacode.files/hello_world.text/make.txt
|
621
|
+
- zettacode.files/hello_world.text/malbolge.txt
|
622
|
+
- zettacode.files/hello_world.text/manool.txt
|
623
|
+
- zettacode.files/hello_world.text/maple.txt
|
624
|
+
- zettacode.files/hello_world.text/mathcad.txt
|
625
|
+
- zettacode.files/hello_world.text/mathematica}}_-_{{header|wolfram_language.txt
|
626
|
+
- zettacode.files/hello_world.text/matlab.txt
|
627
|
+
- zettacode.files/hello_world.text/maude.txt
|
628
|
+
- zettacode.files/hello_world.text/maxima.txt
|
629
|
+
- zettacode.files/hello_world.text/maxscript.txt
|
630
|
+
- zettacode.files/hello_world.text/mdl.txt
|
631
|
+
- zettacode.files/hello_world.text/mel.txt
|
632
|
+
- zettacode.files/hello_world.text/melonbasic.txt
|
633
|
+
- zettacode.files/hello_world.text/mercury.txt
|
634
|
+
- zettacode.files/hello_world.text/metafont.txt
|
635
|
+
- zettacode.files/hello_world.text/min.txt
|
636
|
+
- zettacode.files/hello_world.text/miniscript.txt
|
637
|
+
- zettacode.files/hello_world.text/minizinc.txt
|
638
|
+
- zettacode.files/hello_world.text/mips_assembly.txt
|
639
|
+
- zettacode.files/hello_world.text/mirc_scripting_language.txt
|
640
|
+
- zettacode.files/hello_world.text/ml-i.txt
|
641
|
+
- zettacode.files/hello_world.text/modula-2.txt
|
642
|
+
- zettacode.files/hello_world.text/modula-3.txt
|
643
|
+
- zettacode.files/hello_world.text/montilang.txt
|
644
|
+
- zettacode.files/hello_world.text/morfa.txt
|
645
|
+
- zettacode.files/hello_world.text/mosaic.txt
|
646
|
+
- zettacode.files/hello_world.text/muf.txt
|
647
|
+
- zettacode.files/hello_world.text/mumps.txt
|
648
|
+
- zettacode.files/hello_world.text/mydef.txt
|
649
|
+
- zettacode.files/hello_world.text/myrtlescript.txt
|
650
|
+
- zettacode.files/hello_world.text/mysql.txt
|
651
|
+
- zettacode.files/hello_world.text/mythryl.txt
|
652
|
+
- zettacode.files/hello_world.text/n-t-roff.txt
|
653
|
+
- zettacode.files/hello_world.text/nanoquery.txt
|
654
|
+
- zettacode.files/hello_world.text/neat.txt
|
655
|
+
- zettacode.files/hello_world.text/neko.txt
|
656
|
+
- zettacode.files/hello_world.text/nemerle.txt
|
657
|
+
- zettacode.files/hello_world.text/netrexx.txt
|
658
|
+
- zettacode.files/hello_world.text/never.txt
|
659
|
+
- zettacode.files/hello_world.text/newlisp.txt
|
660
|
+
- zettacode.files/hello_world.text/nickle.txt
|
661
|
+
- zettacode.files/hello_world.text/nim.txt
|
662
|
+
- zettacode.files/hello_world.text/nit.txt
|
663
|
+
- zettacode.files/hello_world.text/nix.txt
|
664
|
+
- zettacode.files/hello_world.text/nlp++.txt
|
665
|
+
- zettacode.files/hello_world.text/ns-hubasic.txt
|
666
|
+
- zettacode.files/hello_world.text/nyquist.txt
|
667
|
+
- zettacode.files/hello_world.text/oberon-2.txt
|
668
|
+
- zettacode.files/hello_world.text/objeck.txt
|
669
|
+
- zettacode.files/hello_world.text/objective-c.txt
|
670
|
+
- zettacode.files/hello_world.text/ocaml.txt
|
671
|
+
- zettacode.files/hello_world.text/occam.txt
|
672
|
+
- zettacode.files/hello_world.text/octave.txt
|
673
|
+
- zettacode.files/hello_world.text/odin.txt
|
674
|
+
- zettacode.files/hello_world.text/oforth.txt
|
675
|
+
- zettacode.files/hello_world.text/ol.txt
|
676
|
+
- zettacode.files/hello_world.text/onyx.txt
|
677
|
+
- zettacode.files/hello_world.text/ooc.txt
|
678
|
+
- zettacode.files/hello_world.text/oorexx.txt
|
679
|
+
- zettacode.files/hello_world.text/openlisp.txt
|
680
|
+
- zettacode.files/hello_world.text/openscad.txt
|
681
|
+
- zettacode.files/hello_world.text/oxygene.txt
|
682
|
+
- zettacode.files/hello_world.text/oz.txt
|
683
|
+
- zettacode.files/hello_world.text/pari-gp.txt
|
684
|
+
- zettacode.files/hello_world.text/pascal.txt
|
685
|
+
- zettacode.files/hello_world.text/pasm.txt
|
686
|
+
- zettacode.files/hello_world.text/pdp-11_assembly.txt
|
687
|
+
- zettacode.files/hello_world.text/pdp-1_assembly.txt
|
688
|
+
- zettacode.files/hello_world.text/pepsiscript.txt
|
689
|
+
- zettacode.files/hello_world.text/perl.txt
|
690
|
+
- zettacode.files/hello_world.text/peylang.txt
|
691
|
+
- zettacode.files/hello_world.text/pharo.txt
|
692
|
+
- zettacode.files/hello_world.text/phix.txt
|
693
|
+
- zettacode.files/hello_world.text/phl.txt
|
694
|
+
- zettacode.files/hello_world.text/php.txt
|
695
|
+
- zettacode.files/hello_world.text/picat.txt
|
696
|
+
- zettacode.files/hello_world.text/picolisp.txt
|
697
|
+
- zettacode.files/hello_world.text/pict.txt
|
698
|
+
- zettacode.files/hello_world.text/pikachu.txt
|
699
|
+
- zettacode.files/hello_world.text/pike.txt
|
700
|
+
- zettacode.files/hello_world.text/pilot.txt
|
701
|
+
- zettacode.files/hello_world.text/pir.txt
|
702
|
+
- zettacode.files/hello_world.text/pixilang.txt
|
703
|
+
- zettacode.files/hello_world.text/pl-i.txt
|
704
|
+
- zettacode.files/hello_world.text/pl-m.txt
|
705
|
+
- zettacode.files/hello_world.text/pl-sql.txt
|
706
|
+
- zettacode.files/hello_world.text/plain_english.txt
|
707
|
+
- zettacode.files/hello_world.text/plan.txt
|
708
|
+
- zettacode.files/hello_world.text/pony.txt
|
709
|
+
- zettacode.files/hello_world.text/pop11.txt
|
710
|
+
- zettacode.files/hello_world.text/portugol.txt
|
711
|
+
- zettacode.files/hello_world.text/postscript.txt
|
712
|
+
- zettacode.files/hello_world.text/potion.txt
|
713
|
+
- zettacode.files/hello_world.text/powerbasic.txt
|
714
|
+
- zettacode.files/hello_world.text/powershell.txt
|
715
|
+
- zettacode.files/hello_world.text/processing.txt
|
716
|
+
- zettacode.files/hello_world.text/prodos.txt
|
717
|
+
- zettacode.files/hello_world.text/programming_language.txt
|
718
|
+
- zettacode.files/hello_world.text/prolog.txt
|
719
|
+
- zettacode.files/hello_world.text/promal.txt
|
720
|
+
- zettacode.files/hello_world.text/psql.txt
|
721
|
+
- zettacode.files/hello_world.text/pure.txt
|
722
|
+
- zettacode.files/hello_world.text/purebasic.txt
|
723
|
+
- zettacode.files/hello_world.text/python.txt
|
724
|
+
- zettacode.files/hello_world.text/qb64.txt
|
725
|
+
- zettacode.files/hello_world.text/quackery.txt
|
726
|
+
- zettacode.files/hello_world.text/quill.txt
|
727
|
+
- zettacode.files/hello_world.text/quite_basic.txt
|
728
|
+
- zettacode.files/hello_world.text/r.txt
|
729
|
+
- zettacode.files/hello_world.text/ra.txt
|
730
|
+
- zettacode.files/hello_world.text/racket.txt
|
731
|
+
- zettacode.files/hello_world.text/raku.txt
|
732
|
+
- zettacode.files/hello_world.text/rasel.txt
|
733
|
+
- zettacode.files/hello_world.text/ratfor.txt
|
734
|
+
- zettacode.files/hello_world.text/raven.txt
|
735
|
+
- zettacode.files/hello_world.text/realbasic.txt
|
736
|
+
- zettacode.files/hello_world.text/rebol.txt
|
737
|
+
- zettacode.files/hello_world.text/red.txt
|
738
|
+
- zettacode.files/hello_world.text/relation.txt
|
739
|
+
- zettacode.files/hello_world.text/rescript.txt
|
740
|
+
- zettacode.files/hello_world.text/retro.txt
|
741
|
+
- zettacode.files/hello_world.text/rexx.txt
|
742
|
+
- zettacode.files/hello_world.text/ring.txt
|
743
|
+
- zettacode.files/hello_world.text/risc-v.txt
|
744
|
+
- zettacode.files/hello_world.text/rockstar.txt
|
745
|
+
- zettacode.files/hello_world.text/rtl-2.txt
|
746
|
+
- zettacode.files/hello_world.text/ruby.txt
|
747
|
+
- zettacode.files/hello_world.text/run_basic.txt
|
748
|
+
- zettacode.files/hello_world.text/rust.txt
|
749
|
+
- zettacode.files/hello_world.text/salmon.txt
|
750
|
+
- zettacode.files/hello_world.text/sas.txt
|
751
|
+
- zettacode.files/hello_world.text/sasl.txt
|
752
|
+
- zettacode.files/hello_world.text/sather.txt
|
753
|
+
- zettacode.files/hello_world.text/scala.txt
|
754
|
+
- zettacode.files/hello_world.text/scheme.txt
|
755
|
+
- zettacode.files/hello_world.text/scilab.txt
|
756
|
+
- zettacode.files/hello_world.text/scratchscript.txt
|
757
|
+
- zettacode.files/hello_world.text/sed.txt
|
758
|
+
- zettacode.files/hello_world.text/seed7.txt
|
759
|
+
- zettacode.files/hello_world.text/self.txt
|
760
|
+
- zettacode.files/hello_world.text/sensetalk.txt
|
761
|
+
- zettacode.files/hello_world.text/set_lang.txt
|
762
|
+
- zettacode.files/hello_world.text/setl.txt
|
763
|
+
- zettacode.files/hello_world.text/setl4.txt
|
764
|
+
- zettacode.files/hello_world.text/shen.txt
|
765
|
+
- zettacode.files/hello_world.text/shiny.txt
|
766
|
+
- zettacode.files/hello_world.text/sidef.txt
|
767
|
+
- zettacode.files/hello_world.text/simplecode.txt
|
768
|
+
- zettacode.files/hello_world.text/simpol.txt
|
769
|
+
- zettacode.files/hello_world.text/simula.txt
|
770
|
+
- zettacode.files/hello_world.text/sing.txt
|
771
|
+
- zettacode.files/hello_world.text/sisal.txt
|
772
|
+
- zettacode.files/hello_world.text/skookumscript.txt
|
773
|
+
- zettacode.files/hello_world.text/slate.txt
|
774
|
+
- zettacode.files/hello_world.text/slope.txt
|
775
|
+
- zettacode.files/hello_world.text/smalltalk.txt
|
776
|
+
- zettacode.files/hello_world.text/smart_basic.txt
|
777
|
+
- zettacode.files/hello_world.text/smilebasic.txt
|
778
|
+
- zettacode.files/hello_world.text/snobol4.txt
|
779
|
+
- zettacode.files/hello_world.text/snusp.txt
|
780
|
+
- zettacode.files/hello_world.text/soneking_assembly.txt
|
781
|
+
- zettacode.files/hello_world.text/sparc_assembly.txt
|
782
|
+
- zettacode.files/hello_world.text/sparkling.txt
|
783
|
+
- zettacode.files/hello_world.text/spl.txt
|
784
|
+
- zettacode.files/hello_world.text/sql.txt
|
785
|
+
- zettacode.files/hello_world.text/sql_pl.txt
|
786
|
+
- zettacode.files/hello_world.text/standard_ml.txt
|
787
|
+
- zettacode.files/hello_world.text/stata.txt
|
788
|
+
- zettacode.files/hello_world.text/suneido.txt
|
789
|
+
- zettacode.files/hello_world.text/swahili.txt
|
790
|
+
- zettacode.files/hello_world.text/swift.txt
|
791
|
+
- zettacode.files/hello_world.text/symsyn.txt
|
792
|
+
- zettacode.files/hello_world.text/tailspin.txt
|
793
|
+
- zettacode.files/hello_world.text/tcl.txt
|
794
|
+
- zettacode.files/hello_world.text/teco.txt
|
795
|
+
- zettacode.files/hello_world.text/tern.txt
|
796
|
+
- zettacode.files/hello_world.text/terra.txt
|
797
|
+
- zettacode.files/hello_world.text/terraform.txt
|
798
|
+
- zettacode.files/hello_world.text/testml.txt
|
799
|
+
- zettacode.files/hello_world.text/ti-83_basic.txt
|
800
|
+
- zettacode.files/hello_world.text/ti-89_basic.txt
|
801
|
+
- zettacode.files/hello_world.text/tiny_basic.txt
|
802
|
+
- zettacode.files/hello_world.text/tmg.txt
|
803
|
+
- zettacode.files/hello_world.text/torquescript.txt
|
804
|
+
- zettacode.files/hello_world.text/tpp.txt
|
805
|
+
- zettacode.files/hello_world.text/transact-sql.txt
|
806
|
+
- zettacode.files/hello_world.text/transd.txt
|
807
|
+
- zettacode.files/hello_world.text/transforth.txt
|
808
|
+
- zettacode.files/hello_world.text/trith.txt
|
809
|
+
- zettacode.files/hello_world.text/true_basic.txt
|
810
|
+
- zettacode.files/hello_world.text/tuscript.txt
|
811
|
+
- zettacode.files/hello_world.text/ubasic-4th.txt
|
812
|
+
- zettacode.files/hello_world.text/uniface.txt
|
813
|
+
- zettacode.files/hello_world.text/unison.txt
|
814
|
+
- zettacode.files/hello_world.text/unix_shell.txt
|
815
|
+
- zettacode.files/hello_world.text/unlambda.txt
|
816
|
+
- zettacode.files/hello_world.text/ursa.txt
|
817
|
+
- zettacode.files/hello_world.text/ursala.txt
|
818
|
+
- zettacode.files/hello_world.text/v.txt
|
819
|
+
- zettacode.files/hello_world.text/v_(vlang).txt
|
820
|
+
- zettacode.files/hello_world.text/vala.txt
|
821
|
+
- zettacode.files/hello_world.text/vax_assembly.txt
|
822
|
+
- zettacode.files/hello_world.text/vba.txt
|
823
|
+
- zettacode.files/hello_world.text/vbscript.txt
|
824
|
+
- zettacode.files/hello_world.text/vedit_macro_language.txt
|
825
|
+
- zettacode.files/hello_world.text/verbexx.txt
|
826
|
+
- zettacode.files/hello_world.text/verilog.txt
|
827
|
+
- zettacode.files/hello_world.text/vhdl.txt
|
828
|
+
- zettacode.files/hello_world.text/vim_script.txt
|
829
|
+
- zettacode.files/hello_world.text/visual_basic.txt
|
830
|
+
- zettacode.files/hello_world.text/visual_basic_.net.txt
|
831
|
+
- zettacode.files/hello_world.text/viua_vm_assembly.txt
|
832
|
+
- zettacode.files/hello_world.text/vtl-2.txt
|
833
|
+
- zettacode.files/hello_world.text/wart.txt
|
834
|
+
- zettacode.files/hello_world.text/wdte.txt
|
835
|
+
- zettacode.files/hello_world.text/webassembly.txt
|
836
|
+
- zettacode.files/hello_world.text/wee_basic.txt
|
837
|
+
- zettacode.files/hello_world.text/whenever.txt
|
838
|
+
- zettacode.files/hello_world.text/whiley.txt
|
839
|
+
- zettacode.files/hello_world.text/whitespace.txt
|
840
|
+
- zettacode.files/hello_world.text/wisp.txt
|
841
|
+
- zettacode.files/hello_world.text/wolfram_language.txt
|
842
|
+
- zettacode.files/hello_world.text/wren.txt
|
843
|
+
- zettacode.files/hello_world.text/x10.txt
|
844
|
+
- zettacode.files/hello_world.text/x86-64_assembly.txt
|
845
|
+
- zettacode.files/hello_world.text/x86_assembly.txt
|
846
|
+
- zettacode.files/hello_world.text/xbasic.txt
|
847
|
+
- zettacode.files/hello_world.text/xeec.txt
|
848
|
+
- zettacode.files/hello_world.text/xl.txt
|
849
|
+
- zettacode.files/hello_world.text/xlisp.txt
|
850
|
+
- zettacode.files/hello_world.text/xpath.txt
|
851
|
+
- zettacode.files/hello_world.text/xpl0.txt
|
852
|
+
- zettacode.files/hello_world.text/xslt.txt
|
853
|
+
- zettacode.files/hello_world.text/yabasic.txt
|
854
|
+
- zettacode.files/hello_world.text/yorick.txt
|
855
|
+
- zettacode.files/hello_world.text/z80_assembly.txt
|
856
|
+
- zettacode.files/hello_world.text/zig.txt
|
857
|
+
- zettacode.files/hello_world.text/zkl.txt
|
858
|
+
- zettacode.files/hello_world.text/zoea.txt
|
859
|
+
- zettacode.files/hello_world.text/zoea_visual.txt
|
860
|
+
- zettacode.files/hello_world.text/zoomscript.txt
|
861
|
+
- zettacode.files/hello_world.text/zx_spectrum_basic.txt
|
862
|
+
- zettacode.files/hello_world.text/உயிர்-uyir.txt
|
863
|
+
- zettacode.files/input/aritmetic-integer.xml
|
864
|
+
- zettacode.files/input/hello-world-text.xml
|
865
|
+
- zettacode.gemspec
|
866
|
+
homepage: https://github.com/dvarrui/zettacode
|
867
|
+
licenses:
|
868
|
+
- GPL-3.0
|
869
|
+
metadata:
|
870
|
+
homepage_uri: https://github.com/dvarrui/zettacode
|
871
|
+
source_code_uri: https://github.com/dvarrui/zettacode
|
872
|
+
changelog_uri: https://github.com/dvarrui/zettacode/CHANGELOG.md
|
873
|
+
post_install_message:
|
874
|
+
rdoc_options: []
|
875
|
+
require_paths:
|
876
|
+
- lib
|
877
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
878
|
+
requirements:
|
879
|
+
- - ">="
|
880
|
+
- !ruby/object:Gem::Version
|
881
|
+
version: 2.6.0
|
882
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
883
|
+
requirements:
|
884
|
+
- - ">="
|
885
|
+
- !ruby/object:Gem::Version
|
886
|
+
version: '0'
|
887
|
+
requirements: []
|
888
|
+
rubygems_version: 3.3.3
|
889
|
+
signing_key:
|
890
|
+
specification_version: 4
|
891
|
+
summary: Manage files from Rosetta Code web site.
|
892
|
+
test_files: []
|