zettacode 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1508) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/files.zettacode/arithmetic.integer/0815}.txt +14 -0
  4. data/files.zettacode/arithmetic.integer/11l}.txt +9 -0
  5. data/files.zettacode/arithmetic.integer/360_assembly.txt +55 -0
  6. data/files.zettacode/arithmetic.integer/6502_assembly}.txt +50 -0
  7. data/files.zettacode/arithmetic.integer/68000_assembly.txt +24 -0
  8. data/files.zettacode/arithmetic.integer/aarch64_assembly.txt +137 -0
  9. data/files.zettacode/arithmetic.integer/abap.txt +25 -0
  10. data/files.zettacode/arithmetic.integer/acl2.txt +21 -0
  11. data/files.zettacode/arithmetic.integer/action!.txt +36 -0
  12. data/files.zettacode/arithmetic.integer/ada.txt +20 -0
  13. data/files.zettacode/arithmetic.integer/aikido.txt +10 -0
  14. data/files.zettacode/arithmetic.integer/algol_68.txt +14 -0
  15. data/files.zettacode/arithmetic.integer/algol_w.txt +16 -0
  16. data/files.zettacode/arithmetic.integer/amigae.txt +14 -0
  17. data/files.zettacode/arithmetic.integer/apl.txt +7 -0
  18. data/files.zettacode/arithmetic.integer/applescript.txt +16 -0
  19. data/files.zettacode/arithmetic.integer/arm_assembly.txt +293 -0
  20. data/files.zettacode/arithmetic.integer/arturo.txt +10 -0
  21. data/files.zettacode/arithmetic.integer/asymptote.txt +17 -0
  22. data/files.zettacode/arithmetic.integer/autohotkey.txt +20 -0
  23. data/files.zettacode/arithmetic.integer/avail.txt +13 -0
  24. data/files.zettacode/arithmetic.integer/awk.txt +12 -0
  25. data/files.zettacode/arithmetic.integer/basic.txt +56 -0
  26. data/files.zettacode/arithmetic.integer/basic256.txt +11 -0
  27. data/files.zettacode/arithmetic.integer/batch_file.txt +7 -0
  28. data/files.zettacode/arithmetic.integer/bbc_basic.txt +9 -0
  29. data/files.zettacode/arithmetic.integer/bc.txt +8 -0
  30. data/files.zettacode/arithmetic.integer/befunge.txt +6 -0
  31. data/files.zettacode/arithmetic.integer/bqn.txt +22 -0
  32. data/files.zettacode/arithmetic.integer/bracmat.txt +19 -0
  33. data/files.zettacode/arithmetic.integer/brat.txt +8 -0
  34. data/files.zettacode/arithmetic.integer/c++.txt +12 -0
  35. data/files.zettacode/arithmetic.integer/c.txt +17 -0
  36. data/files.zettacode/arithmetic.integer/c_sharp|c#.txt +17 -0
  37. data/files.zettacode/arithmetic.integer/chef.txt +37 -0
  38. data/files.zettacode/arithmetic.integer/clipper.txt +11 -0
  39. data/files.zettacode/arithmetic.integer/clojure.txt +18 -0
  40. data/files.zettacode/arithmetic.integer/cobol.txt +44 -0
  41. data/files.zettacode/arithmetic.integer/common_lisp.txt +29 -0
  42. data/files.zettacode/arithmetic.integer/component_pascal.txt +32 -0
  43. data/files.zettacode/arithmetic.integer/crystal.txt +11 -0
  44. data/files.zettacode/arithmetic.integer/d.txt +17 -0
  45. data/files.zettacode/arithmetic.integer/dc.txt +10 -0
  46. data/files.zettacode/arithmetic.integer/dcl.txt +8 -0
  47. data/files.zettacode/arithmetic.integer/delphi.txt +19 -0
  48. data/files.zettacode/arithmetic.integer/dwscript.txt +9 -0
  49. data/files.zettacode/arithmetic.integer/dyalect.txt +13 -0
  50. data/files.zettacode/arithmetic.integer/e.txt +9 -0
  51. data/files.zettacode/arithmetic.integer/easylang.txt +9 -0
  52. data/files.zettacode/arithmetic.integer/ecl.txt +33 -0
  53. data/files.zettacode/arithmetic.integer/efene.txt +16 -0
  54. data/files.zettacode/arithmetic.integer/eiffel.txt +32 -0
  55. data/files.zettacode/arithmetic.integer/elena.txt +16 -0
  56. data/files.zettacode/arithmetic.integer/elixir.txt +26 -0
  57. data/files.zettacode/arithmetic.integer/emojicode.txt +9 -0
  58. data/files.zettacode/arithmetic.integer/erlang.txt +15 -0
  59. data/files.zettacode/arithmetic.integer/erre.txt +20 -0
  60. data/files.zettacode/arithmetic.integer/euphoria.txt +13 -0
  61. data/files.zettacode/arithmetic.integer/excel.txt +32 -0
  62. data/files.zettacode/arithmetic.integer/f_sharp|f#.txt +15 -0
  63. data/files.zettacode/arithmetic.integer/factor.txt +17 -0
  64. data/files.zettacode/arithmetic.integer/false.txt +8 -0
  65. data/files.zettacode/arithmetic.integer/fermat.txt +10 -0
  66. data/files.zettacode/arithmetic.integer/forth.txt +19 -0
  67. data/files.zettacode/arithmetic.integer/fortran.txt +15 -0
  68. data/files.zettacode/arithmetic.integer/freebasic.txt +18 -0
  69. data/files.zettacode/arithmetic.integer/friendly_interactive_shell.txt +10 -0
  70. data/files.zettacode/arithmetic.integer/frink.txt +10 -0
  71. data/files.zettacode/arithmetic.integer/futurebasic.txt +158 -0
  72. data/files.zettacode/arithmetic.integer/gambas.txt +30 -0
  73. data/files.zettacode/arithmetic.integer/gap.txt +15 -0
  74. data/files.zettacode/arithmetic.integer/genie.txt +23 -0
  75. data/files.zettacode/arithmetic.integer/george.txt +7 -0
  76. data/files.zettacode/arithmetic.integer/go.txt +66 -0
  77. data/files.zettacode/arithmetic.integer/groovy.txt +18 -0
  78. data/files.zettacode/arithmetic.integer/harbour.txt +11 -0
  79. data/files.zettacode/arithmetic.integer/haskell.txt +16 -0
  80. data/files.zettacode/arithmetic.integer/haxe.txt +13 -0
  81. data/files.zettacode/arithmetic.integer/hicest.txt +26 -0
  82. data/files.zettacode/arithmetic.integer/holyc.txt +14 -0
  83. data/files.zettacode/arithmetic.integer/i.txt +11 -0
  84. data/files.zettacode/arithmetic.integer/icon}}_and_{{header|unicon.txt +13 -0
  85. data/files.zettacode/arithmetic.integer/inform_7.txt +27 -0
  86. data/files.zettacode/arithmetic.integer/j.txt +18 -0
  87. data/files.zettacode/arithmetic.integer/java.txt +22 -0
  88. data/files.zettacode/arithmetic.integer/javascript.txt +30 -0
  89. data/files.zettacode/arithmetic.integer/jq.txt +17 -0
  90. data/files.zettacode/arithmetic.integer/jsish.txt +33 -0
  91. data/files.zettacode/arithmetic.integer/julia.txt +5 -0
  92. data/files.zettacode/arithmetic.integer/kotlin.txt +41 -0
  93. data/files.zettacode/arithmetic.integer/labview.txt +2 -0
  94. data/files.zettacode/arithmetic.integer/lambdatalk.txt +23 -0
  95. data/files.zettacode/arithmetic.integer/lasso.txt +8 -0
  96. data/files.zettacode/arithmetic.integer/lfe.txt +32 -0
  97. data/files.zettacode/arithmetic.integer/liberty_basic.txt +12 -0
  98. data/files.zettacode/arithmetic.integer/lil.txt +14 -0
  99. data/files.zettacode/arithmetic.integer/lingo.txt +10 -0
  100. data/files.zettacode/arithmetic.integer/little.txt +15 -0
  101. data/files.zettacode/arithmetic.integer/livecode.txt +17 -0
  102. data/files.zettacode/arithmetic.integer/logo.txt +11 -0
  103. data/files.zettacode/arithmetic.integer/lse64.txt +10 -0
  104. data/files.zettacode/arithmetic.integer/lua.txt +9 -0
  105. data/files.zettacode/arithmetic.integer/m2000_interpreter.txt +54 -0
  106. data/files.zettacode/arithmetic.integer/m4.txt +17 -0
  107. data/files.zettacode/arithmetic.integer/maple.txt +25 -0
  108. data/files.zettacode/arithmetic.integer/mathcad.txt +51 -0
  109. data/files.zettacode/arithmetic.integer/mathematica}}-{{header|wolfram_language.txt +18 -0
  110. data/files.zettacode/arithmetic.integer/matlab}}_-_{{header|octave.txt +8 -0
  111. data/files.zettacode/arithmetic.integer/maxima.txt +10 -0
  112. data/files.zettacode/arithmetic.integer/maxscript.txt +8 -0
  113. data/files.zettacode/arithmetic.integer/mercury.txt +44 -0
  114. data/files.zettacode/arithmetic.integer/metafont.txt +19 -0
  115. data/files.zettacode/arithmetic.integer/min.txt +5 -0
  116. data/files.zettacode/arithmetic.integer/ml-i.txt +18 -0
  117. data/files.zettacode/arithmetic.integer/modula-2.txt +31 -0
  118. data/files.zettacode/arithmetic.integer/modula-3.txt +15 -0
  119. data/files.zettacode/arithmetic.integer/mumps.txt +52 -0
  120. data/files.zettacode/arithmetic.integer/nanoquery.txt +13 -0
  121. data/files.zettacode/arithmetic.integer/nemerle.txt +18 -0
  122. data/files.zettacode/arithmetic.integer/netrexx.txt +14 -0
  123. data/files.zettacode/arithmetic.integer/newlisp.txt +26 -0
  124. data/files.zettacode/arithmetic.integer/nial.txt +23 -0
  125. data/files.zettacode/arithmetic.integer/nim.txt +25 -0
  126. data/files.zettacode/arithmetic.integer/nsis.txt +25 -0
  127. data/files.zettacode/arithmetic.integer/oberon-2.txt +14 -0
  128. data/files.zettacode/arithmetic.integer/objeck.txt +17 -0
  129. data/files.zettacode/arithmetic.integer/ocaml.txt +9 -0
  130. data/files.zettacode/arithmetic.integer/oforth.txt +9 -0
  131. data/files.zettacode/arithmetic.integer/ol.txt +23 -0
  132. data/files.zettacode/arithmetic.integer/onyx.txt +44 -0
  133. data/files.zettacode/arithmetic.integer/openscad.txt +6 -0
  134. data/files.zettacode/arithmetic.integer/oz.txt +19 -0
  135. data/files.zettacode/arithmetic.integer/panda.txt +2 -0
  136. data/files.zettacode/arithmetic.integer/pari-gp.txt +9 -0
  137. data/files.zettacode/arithmetic.integer/pascal.txt +14 -0
  138. data/files.zettacode/arithmetic.integer/perl.txt +12 -0
  139. data/files.zettacode/arithmetic.integer/phix.txt +49 -0
  140. data/files.zettacode/arithmetic.integer/phixmonti.txt +14 -0
  141. data/files.zettacode/arithmetic.integer/phl.txt +20 -0
  142. data/files.zettacode/arithmetic.integer/php.txt +13 -0
  143. data/files.zettacode/arithmetic.integer/picat.txt +8 -0
  144. data/files.zettacode/arithmetic.integer/picolisp.txt +8 -0
  145. data/files.zettacode/arithmetic.integer/piet.txt +38 -0
  146. data/files.zettacode/arithmetic.integer/pl-i.txt +8 -0
  147. data/files.zettacode/arithmetic.integer/plain_english.txt +26 -0
  148. data/files.zettacode/arithmetic.integer/pop11.txt +12 -0
  149. data/files.zettacode/arithmetic.integer/postscript.txt +10 -0
  150. data/files.zettacode/arithmetic.integer/powershell.txt +15 -0
  151. data/files.zettacode/arithmetic.integer/processing.txt +7 -0
  152. data/files.zettacode/arithmetic.integer/prodos.txt +35 -0
  153. data/files.zettacode/arithmetic.integer/prolog.txt +33 -0
  154. data/files.zettacode/arithmetic.integer/purebasic.txt +17 -0
  155. data/files.zettacode/arithmetic.integer/python.txt +47 -0
  156. data/files.zettacode/arithmetic.integer/qb64.txt +21 -0
  157. data/files.zettacode/arithmetic.integer/quackery.txt +12 -0
  158. data/files.zettacode/arithmetic.integer/r.txt +11 -0
  159. data/files.zettacode/arithmetic.integer/racket.txt +8 -0
  160. data/files.zettacode/arithmetic.integer/raku.txt +12 -0
  161. data/files.zettacode/arithmetic.integer/raven.txt +9 -0
  162. data/files.zettacode/arithmetic.integer/rebol.txt +51 -0
  163. data/files.zettacode/arithmetic.integer/relation.txt +11 -0
  164. data/files.zettacode/arithmetic.integer/rescript.txt +15 -0
  165. data/files.zettacode/arithmetic.integer/retro.txt +10 -0
  166. data/files.zettacode/arithmetic.integer/rexx.txt +47 -0
  167. data/files.zettacode/arithmetic.integer/ring.txt +11 -0
  168. data/files.zettacode/arithmetic.integer/robotic.txt +13 -0
  169. data/files.zettacode/arithmetic.integer/ruby.txt +12 -0
  170. data/files.zettacode/arithmetic.integer/run_basic.txt +9 -0
  171. data/files.zettacode/arithmetic.integer/rust.txt +15 -0
  172. data/files.zettacode/arithmetic.integer/sass-scss.txt +36 -0
  173. data/files.zettacode/arithmetic.integer/scala.txt +9 -0
  174. data/files.zettacode/arithmetic.integer/scheme.txt +27 -0
  175. data/files.zettacode/arithmetic.integer/seed7.txt +20 -0
  176. data/files.zettacode/arithmetic.integer/sensetalk.txt +12 -0
  177. data/files.zettacode/arithmetic.integer/sidef.txt +6 -0
  178. data/files.zettacode/arithmetic.integer/slate.txt +9 -0
  179. data/files.zettacode/arithmetic.integer/smalltalk.txt +28 -0
  180. data/files.zettacode/arithmetic.integer/smart_basic.txt +18 -0
  181. data/files.zettacode/arithmetic.integer/snobol4.txt +12 -0
  182. data/files.zettacode/arithmetic.integer/snusp.txt +61 -0
  183. data/files.zettacode/arithmetic.integer/sql.txt +68 -0
  184. data/files.zettacode/arithmetic.integer/ssem.txt +15 -0
  185. data/files.zettacode/arithmetic.integer/standard_ml.txt +13 -0
  186. data/files.zettacode/arithmetic.integer/swift.txt +11 -0
  187. data/files.zettacode/arithmetic.integer/tcl.txt +19 -0
  188. data/files.zettacode/arithmetic.integer/terraform.txt +33 -0
  189. data/files.zettacode/arithmetic.integer/ti-83_basic.txt +14 -0
  190. data/files.zettacode/arithmetic.integer/ti-89_basic.txt +8 -0
  191. data/files.zettacode/arithmetic.integer/toka.txt +7 -0
  192. data/files.zettacode/arithmetic.integer/tuscript.txt +9 -0
  193. data/files.zettacode/arithmetic.integer/unix_shell.txt +29 -0
  194. data/files.zettacode/arithmetic.integer/ursa.txt +27 -0
  195. data/files.zettacode/arithmetic.integer/v_(vlang).txt +29 -0
  196. data/files.zettacode/arithmetic.integer/vba.txt +19 -0
  197. data/files.zettacode/arithmetic.integer/vbscript.txt +51 -0
  198. data/files.zettacode/arithmetic.integer/vedit_macro_language.txt +8 -0
  199. data/files.zettacode/arithmetic.integer/verilog.txt +26 -0
  200. data/files.zettacode/arithmetic.integer/vim_script.txt +10 -0
  201. data/files.zettacode/arithmetic.integer/visual_basic_.net.txt +14 -0
  202. data/files.zettacode/arithmetic.integer/wart.txt +9 -0
  203. data/files.zettacode/arithmetic.integer/wren.txt +16 -0
  204. data/files.zettacode/arithmetic.integer/x86_assembly.txt +23 -0
  205. data/files.zettacode/arithmetic.integer/xlisp.txt +17 -0
  206. data/files.zettacode/arithmetic.integer/xpl0.txt +10 -0
  207. data/files.zettacode/arithmetic.integer/xslt.txt +10 -0
  208. data/files.zettacode/arithmetic.integer/yabasic.txt +11 -0
  209. data/files.zettacode/arithmetic.integer/yorick.txt +8 -0
  210. data/files.zettacode/arithmetic.integer/zkl.txt +7 -0
  211. data/files.zettacode/arithmetic.integer/zonnon.txt +13 -0
  212. data/files.zettacode/arithmetic.integer/zx_spectrum_basic.txt +11 -0
  213. data/files.zettacode/arithmetic.integer//320/274/320/272-61-52.txt +7 -0
  214. data/files.zettacode/hello_world.text/0815.txt +7 -0
  215. data/files.zettacode/hello_world.text/11l.txt +1 -0
  216. data/files.zettacode/hello_world.text/360_assembly.txt +17 -0
  217. data/files.zettacode/hello_world.text/4dos_batch.txt +1 -0
  218. data/files.zettacode/hello_world.text/6502_assembly.txt +22 -0
  219. data/files.zettacode/hello_world.text/6800_assembly.txt +31 -0
  220. data/files.zettacode/hello_world.text/8080_assembly.txt +12 -0
  221. data/files.zettacode/hello_world.text/8086_assembly.txt +30 -0
  222. data/files.zettacode/hello_world.text/8th.txt +1 -0
  223. data/files.zettacode/hello_world.text/aarch64_assembly.txt +22 -0
  224. data/files.zettacode/hello_world.text/abap.txt +2 -0
  225. data/files.zettacode/hello_world.text/acl2.txt +2 -0
  226. data/files.zettacode/hello_world.text/action!.txt +3 -0
  227. data/files.zettacode/hello_world.text/actionscript.txt +1 -0
  228. data/files.zettacode/hello_world.text/ada.txt +6 -0
  229. data/files.zettacode/hello_world.text/agda.txt +14 -0
  230. data/files.zettacode/hello_world.text/agena.txt +1 -0
  231. data/files.zettacode/hello_world.text/aime.txt +11 -0
  232. data/files.zettacode/hello_world.text/algae.txt +1 -0
  233. data/files.zettacode/hello_world.text/algol-m.txt +3 -0
  234. data/files.zettacode/hello_world.text/algol_60.txt +4 -0
  235. data/files.zettacode/hello_world.text/algol_68.txt +3 -0
  236. data/files.zettacode/hello_world.text/algol_w.txt +3 -0
  237. data/files.zettacode/hello_world.text/alore.txt +1 -0
  238. data/files.zettacode/hello_world.text/amazing_hopper.txt +21 -0
  239. data/files.zettacode/hello_world.text/ambienttalk.txt +1 -0
  240. data/files.zettacode/hello_world.text/amigae.txt +3 -0
  241. data/files.zettacode/hello_world.text/angelscript.txt +1 -0
  242. data/files.zettacode/hello_world.text/antlang.txt +3 -0
  243. data/files.zettacode/hello_world.text/anyways.txt +4 -0
  244. data/files.zettacode/hello_world.text/apl.txt +1 -0
  245. data/files.zettacode/hello_world.text/applescript.txt +5 -0
  246. data/files.zettacode/hello_world.text/applesoft_basic.txt +5 -0
  247. data/files.zettacode/hello_world.text/apricot.txt +1 -0
  248. data/files.zettacode/hello_world.text/arc.txt +1 -0
  249. data/files.zettacode/hello_world.text/arendelle.txt +1 -0
  250. data/files.zettacode/hello_world.text/argile.txt +3 -0
  251. data/files.zettacode/hello_world.text/arm_assembly.txt +13 -0
  252. data/files.zettacode/hello_world.text/arnoldc.txt +3 -0
  253. data/files.zettacode/hello_world.text/arturo.txt +1 -0
  254. data/files.zettacode/hello_world.text/asciidots.txt +4 -0
  255. data/files.zettacode/hello_world.text/astro.txt +1 -0
  256. data/files.zettacode/hello_world.text/asymptote.txt +2 -0
  257. data/files.zettacode/hello_world.text/ats.txt +1 -0
  258. data/files.zettacode/hello_world.text/autohotkey.txt +9 -0
  259. data/files.zettacode/hello_world.text/autoit.txt +1 -0
  260. data/files.zettacode/hello_world.text/autolisp.txt +1 -0
  261. data/files.zettacode/hello_world.text/avail.txt +1 -0
  262. data/files.zettacode/hello_world.text/awk.txt +30 -0
  263. data/files.zettacode/hello_world.text/axe.txt +2 -0
  264. data/files.zettacode/hello_world.text/b.txt +6 -0
  265. data/files.zettacode/hello_world.text/b4x.txt +1 -0
  266. data/files.zettacode/hello_world.text/babel.txt +2 -0
  267. data/files.zettacode/hello_world.text/bash.txt +1 -0
  268. data/files.zettacode/hello_world.text/basic.txt +14 -0
  269. data/files.zettacode/hello_world.text/basic256.txt +1 -0
  270. data/files.zettacode/hello_world.text/batch_file.txt +6 -0
  271. data/files.zettacode/hello_world.text/battlestar.txt +4 -0
  272. data/files.zettacode/hello_world.text/bbc_basic.txt +1 -0
  273. data/files.zettacode/hello_world.text/bc.txt +2 -0
  274. data/files.zettacode/hello_world.text/bcpl.txt +6 -0
  275. data/files.zettacode/hello_world.text/beef.txt +11 -0
  276. data/files.zettacode/hello_world.text/beeswax.txt +23 -0
  277. data/files.zettacode/hello_world.text/befunge.txt +1 -0
  278. data/files.zettacode/hello_world.text/binary_lambda_calculus.txt +2 -0
  279. data/files.zettacode/hello_world.text/bird.txt +6 -0
  280. data/files.zettacode/hello_world.text/blade.txt +6 -0
  281. data/files.zettacode/hello_world.text/blast.txt +10 -0
  282. data/files.zettacode/hello_world.text/blue.txt +18 -0
  283. data/files.zettacode/hello_world.text/blz.txt +1 -0
  284. data/files.zettacode/hello_world.text/bml.txt +1 -0
  285. data/files.zettacode/hello_world.text/boo.txt +1 -0
  286. data/files.zettacode/hello_world.text/bootbasic.txt +1 -0
  287. data/files.zettacode/hello_world.text/bqn.txt +4 -0
  288. data/files.zettacode/hello_world.text/brace.txt +4 -0
  289. data/files.zettacode/hello_world.text/bracmat.txt +1 -0
  290. data/files.zettacode/hello_world.text/brainf***.txt +83 -0
  291. data/files.zettacode/hello_world.text/brat.txt +1 -0
  292. data/files.zettacode/hello_world.text/brlcad.txt +6 -0
  293. data/files.zettacode/hello_world.text/burlesque.txt +6 -0
  294. data/files.zettacode/hello_world.text/c++-cli.txt +5 -0
  295. data/files.zettacode/hello_world.text/c++.txt +5 -0
  296. data/files.zettacode/hello_world.text/c.txt +37 -0
  297. data/files.zettacode/hello_world.text/c1r.txt +1 -0
  298. data/files.zettacode/hello_world.text/c2.txt +7 -0
  299. data/files.zettacode/hello_world.text/c3.txt +7 -0
  300. data/files.zettacode/hello_world.text/c_sharp|c#.txt +19 -0
  301. data/files.zettacode/hello_world.text/casio_basic.txt +3 -0
  302. data/files.zettacode/hello_world.text/cat.txt +1 -0
  303. data/files.zettacode/hello_world.text/cduce.txt +1 -0
  304. data/files.zettacode/hello_world.text/cfengine.txt +11 -0
  305. data/files.zettacode/hello_world.text/chapel.txt +1 -0
  306. data/files.zettacode/hello_world.text/chef.txt +36 -0
  307. data/files.zettacode/hello_world.text/chuck.txt +1 -0
  308. data/files.zettacode/hello_world.text/cind.txt +6 -0
  309. data/files.zettacode/hello_world.text/clay.txt +3 -0
  310. data/files.zettacode/hello_world.text/clean.txt +1 -0
  311. data/files.zettacode/hello_world.text/clio.txt +1 -0
  312. data/files.zettacode/hello_world.text/clipper.txt +1 -0
  313. data/files.zettacode/hello_world.text/clips.txt +1 -0
  314. data/files.zettacode/hello_world.text/clojure.txt +1 -0
  315. data/files.zettacode/hello_world.text/clu.txt +4 -0
  316. data/files.zettacode/hello_world.text/cmake.txt +5 -0
  317. data/files.zettacode/hello_world.text/cobol.txt +22 -0
  318. data/files.zettacode/hello_world.text/cobra.txt +3 -0
  319. data/files.zettacode/hello_world.text/coffeescript.txt +4 -0
  320. data/files.zettacode/hello_world.text/coldfusion.txt +1 -0
  321. data/files.zettacode/hello_world.text/comal.txt +1 -0
  322. data/files.zettacode/hello_world.text/comefrom0x10.txt +3 -0
  323. data/files.zettacode/hello_world.text/commodore_basic.txt +5 -0
  324. data/files.zettacode/hello_world.text/common_lisp.txt +18 -0
  325. data/files.zettacode/hello_world.text/component_pascal.txt +10 -0
  326. data/files.zettacode/hello_world.text/coq.txt +5 -0
  327. data/files.zettacode/hello_world.text/corescript.txt +1 -0
  328. data/files.zettacode/hello_world.text/cowgol.txt +4 -0
  329. data/files.zettacode/hello_world.text/crack.txt +4 -0
  330. data/files.zettacode/hello_world.text/creative_basic.txt +15 -0
  331. data/files.zettacode/hello_world.text/crystal.txt +1 -0
  332. data/files.zettacode/hello_world.text/d.txt +6 -0
  333. data/files.zettacode/hello_world.text/dafny.txt +6 -0
  334. data/files.zettacode/hello_world.text/dao.txt +1 -0
  335. data/files.zettacode/hello_world.text/dart.txt +4 -0
  336. data/files.zettacode/hello_world.text/dataweave.txt +1 -0
  337. data/files.zettacode/hello_world.text/dbl.txt +15 -0
  338. data/files.zettacode/hello_world.text/dc.txt +3 -0
  339. data/files.zettacode/hello_world.text/dcl.txt +1 -0
  340. data/files.zettacode/hello_world.text/ddnc.txt +40 -0
  341. data/files.zettacode/hello_world.text/delphi.txt +7 -0
  342. data/files.zettacode/hello_world.text/deviousyarn.txt +1 -0
  343. data/files.zettacode/hello_world.text/dibol-11.txt +14 -0
  344. data/files.zettacode/hello_world.text/diego.txt +12 -0
  345. data/files.zettacode/hello_world.text/div_games_studio.txt +12 -0
  346. data/files.zettacode/hello_world.text/dm.txt +5 -0
  347. data/files.zettacode/hello_world.text/draco.txt +3 -0
  348. data/files.zettacode/hello_world.text/dragon.txt +3 -0
  349. data/files.zettacode/hello_world.text/dwscript.txt +3 -0
  350. data/files.zettacode/hello_world.text/dyalect.txt +1 -0
  351. data/files.zettacode/hello_world.text/dylan.net.txt +28 -0
  352. data/files.zettacode/hello_world.text/dylan.txt +5 -0
  353. data/files.zettacode/hello_world.text/d/303/251j/303/240_vu.txt +1 -0
  354. data/files.zettacode/hello_world.text/e.txt +3 -0
  355. data/files.zettacode/hello_world.text/easylang.txt +2 -0
  356. data/files.zettacode/hello_world.text/ec.txt +7 -0
  357. data/files.zettacode/hello_world.text/echolisp.txt +3 -0
  358. data/files.zettacode/hello_world.text/ecl.txt +3 -0
  359. data/files.zettacode/hello_world.text/ecstasy.txt +8 -0
  360. data/files.zettacode/hello_world.text/edsac_order_code.txt +34 -0
  361. data/files.zettacode/hello_world.text/efene.txt +10 -0
  362. data/files.zettacode/hello_world.text/egel.txt +3 -0
  363. data/files.zettacode/hello_world.text/egison.txt +6 -0
  364. data/files.zettacode/hello_world.text/egl.txt +9 -0
  365. data/files.zettacode/hello_world.text/eiffel.txt +11 -0
  366. data/files.zettacode/hello_world.text/ela.txt +2 -0
  367. data/files.zettacode/hello_world.text/elan.txt +1 -0
  368. data/files.zettacode/hello_world.text/elastic.txt +20 -0
  369. data/files.zettacode/hello_world.text/elena.txt +5 -0
  370. data/files.zettacode/hello_world.text/elisa.txt +1 -0
  371. data/files.zettacode/hello_world.text/elixir.txt +3 -0
  372. data/files.zettacode/hello_world.text/elm.txt +1 -0
  373. data/files.zettacode/hello_world.text/emacs_lisp.txt +6 -0
  374. data/files.zettacode/hello_world.text/emojicode.txt +3 -0
  375. data/files.zettacode/hello_world.text/erlang.txt +1 -0
  376. data/files.zettacode/hello_world.text/erre.txt +7 -0
  377. data/files.zettacode/hello_world.text/euler_math_toolbox.txt +4 -0
  378. data/files.zettacode/hello_world.text/extended_brainf***.txt +2 -0
  379. data/files.zettacode/hello_world.text/ezhil.txt +5 -0
  380. data/files.zettacode/hello_world.text/f_sharp|f#.txt +3 -0
  381. data/files.zettacode/hello_world.text/factor.txt +1 -0
  382. data/files.zettacode/hello_world.text/falcon.txt +4 -0
  383. data/files.zettacode/hello_world.text/false.txt +2 -0
  384. data/files.zettacode/hello_world.text/fantom.txt +10 -0
  385. data/files.zettacode/hello_world.text/fennel.txt +1 -0
  386. data/files.zettacode/hello_world.text/ferite.txt +3 -0
  387. data/files.zettacode/hello_world.text/fermat.txt +1 -0
  388. data/files.zettacode/hello_world.text/fexl.txt +1 -0
  389. data/files.zettacode/hello_world.text/fhidwfe.txt +1 -0
  390. data/files.zettacode/hello_world.text/fish.txt +9 -0
  391. data/files.zettacode/hello_world.text/focal.txt +1 -0
  392. data/files.zettacode/hello_world.text/forth.txt +5 -0
  393. data/files.zettacode/hello_world.text/fortran.txt +16 -0
  394. data/files.zettacode/hello_world.text/fortress.txt +3 -0
  395. data/files.zettacode/hello_world.text/free_pascal.txt +21 -0
  396. data/files.zettacode/hello_world.text/freebasic.txt +3 -0
  397. data/files.zettacode/hello_world.text/frege.txt +5 -0
  398. data/files.zettacode/hello_world.text/friendly_interactive_shell.txt +2 -0
  399. data/files.zettacode/hello_world.text/frink.txt +3 -0
  400. data/files.zettacode/hello_world.text/funl.txt +2 -0
  401. data/files.zettacode/hello_world.text/furor.txt +1 -0
  402. data/files.zettacode/hello_world.text/futurebasic.txt +4 -0
  403. data/files.zettacode/hello_world.text/fuze_basic.txt +1 -0
  404. data/files.zettacode/hello_world.text/gambas.txt +6 -0
  405. data/files.zettacode/hello_world.text/gap.txt +10 -0
  406. data/files.zettacode/hello_world.text/gb_basic.txt +1 -0
  407. data/files.zettacode/hello_world.text/gecho.txt +1 -0
  408. data/files.zettacode/hello_world.text/gema.txt +5 -0
  409. data/files.zettacode/hello_world.text/genie.txt +4 -0
  410. data/files.zettacode/hello_world.text/gentee.txt +4 -0
  411. data/files.zettacode/hello_world.text/gfa_basic.txt +1 -0
  412. data/files.zettacode/hello_world.text/glbasic.txt +1 -0
  413. data/files.zettacode/hello_world.text/glee.txt +13 -0
  414. data/files.zettacode/hello_world.text/global_script.txt +3 -0
  415. data/files.zettacode/hello_world.text/glovepie.txt +1 -0
  416. data/files.zettacode/hello_world.text/gml.txt +2 -0
  417. data/files.zettacode/hello_world.text/go.txt +6 -0
  418. data/files.zettacode/hello_world.text/golfscript.txt +1 -0
  419. data/files.zettacode/hello_world.text/gosu.txt +1 -0
  420. data/files.zettacode/hello_world.text/grain.txt +1 -0
  421. data/files.zettacode/hello_world.text/groovy.txt +1 -0
  422. data/files.zettacode/hello_world.text/gw-basic.txt +1 -0
  423. data/files.zettacode/hello_world.text/hack.txt +1 -0
  424. data/files.zettacode/hello_world.text/halon.txt +3 -0
  425. data/files.zettacode/hello_world.text/harbour.txt +1 -0
  426. data/files.zettacode/hello_world.text/hare.txt +5 -0
  427. data/files.zettacode/hello_world.text/haskell.txt +3 -0
  428. data/files.zettacode/hello_world.text/haxe.txt +1 -0
  429. data/files.zettacode/hello_world.text/hexiscript.txt +1 -0
  430. data/files.zettacode/hello_world.text/hicest.txt +1 -0
  431. data/files.zettacode/hello_world.text/hla.txt +7 -0
  432. data/files.zettacode/hello_world.text/holyc.txt +1 -0
  433. data/files.zettacode/hello_world.text/hoon.txt +1 -0
  434. data/files.zettacode/hello_world.text/hpppl.txt +1 -0
  435. data/files.zettacode/hello_world.text/hq9+.txt +7 -0
  436. data/files.zettacode/hello_world.text/html5.txt +8 -0
  437. data/files.zettacode/hello_world.text/huginn.txt +8 -0
  438. data/files.zettacode/hello_world.text/hy.txt +1 -0
  439. data/files.zettacode/hello_world.text/i.txt +3 -0
  440. data/files.zettacode/hello_world.text/icon}}_and_{{header|unicon.txt +3 -0
  441. data/files.zettacode/hello_world.text/idl.txt +1 -0
  442. data/files.zettacode/hello_world.text/idris.txt +4 -0
  443. data/files.zettacode/hello_world.text/inform_6.txt +3 -0
  444. data/files.zettacode/hello_world.text/inko.txt +4 -0
  445. data/files.zettacode/hello_world.text/integer_basic.txt +4 -0
  446. data/files.zettacode/hello_world.text/intercal.txt +17 -0
  447. data/files.zettacode/hello_world.text/io.txt +1 -0
  448. data/files.zettacode/hello_world.text/ioke.txt +1 -0
  449. data/files.zettacode/hello_world.text/is-basic.txt +1 -0
  450. data/files.zettacode/hello_world.text/isabelle.txt +5 -0
  451. data/files.zettacode/hello_world.text/iwbasic.txt +15 -0
  452. data/files.zettacode/hello_world.text/j.txt +40 -0
  453. data/files.zettacode/hello_world.text/jack.txt +7 -0
  454. data/files.zettacode/hello_world.text/jacquard_loom.txt +88 -0
  455. data/files.zettacode/hello_world.text/java.txt +7 -0
  456. data/files.zettacode/hello_world.text/javascript.txt +12 -0
  457. data/files.zettacode/hello_world.text/jcl.txt +1 -0
  458. data/files.zettacode/hello_world.text/jinja.txt +9 -0
  459. data/files.zettacode/hello_world.text/joy.txt +1 -0
  460. data/files.zettacode/hello_world.text/jq.txt +1 -0
  461. data/files.zettacode/hello_world.text/jse.txt +1 -0
  462. data/files.zettacode/hello_world.text/jsish.txt +1 -0
  463. data/files.zettacode/hello_world.text/julia.txt +1 -0
  464. data/files.zettacode/hello_world.text/k.txt +14 -0
  465. data/files.zettacode/hello_world.text/kabap.txt +1 -0
  466. data/files.zettacode/hello_world.text/kaya.txt +6 -0
  467. data/files.zettacode/hello_world.text/kdf9_usercode.txt +13 -0
  468. data/files.zettacode/hello_world.text/keg.txt +1 -0
  469. data/files.zettacode/hello_world.text/kite.txt +4 -0
  470. data/files.zettacode/hello_world.text/kitten.txt +2 -0
  471. data/files.zettacode/hello_world.text/koka.txt +3 -0
  472. data/files.zettacode/hello_world.text/konsolscript.txt +4 -0
  473. data/files.zettacode/hello_world.text/kotlin.txt +3 -0
  474. data/files.zettacode/hello_world.text/kql.txt +2 -0
  475. data/files.zettacode/hello_world.text/ksi.txt +5 -0
  476. data/files.zettacode/hello_world.text/lambdatalk.txt +5 -0
  477. data/files.zettacode/hello_world.text/lang5.txt +1 -0
  478. data/files.zettacode/hello_world.text/langur.txt +1 -0
  479. data/files.zettacode/hello_world.text/lasso.txt +2 -0
  480. data/files.zettacode/hello_world.text/latex.txt +4 -0
  481. data/files.zettacode/hello_world.text/latitude.txt +1 -0
  482. data/files.zettacode/hello_world.text/lc3_assembly.txt +18 -0
  483. data/files.zettacode/hello_world.text/ldpl.txt +4 -0
  484. data/files.zettacode/hello_world.text/lean.txt +3 -0
  485. data/files.zettacode/hello_world.text/lfe.txt +3 -0
  486. data/files.zettacode/hello_world.text/liberty_basic.txt +1 -0
  487. data/files.zettacode/hello_world.text/lil.txt +5 -0
  488. data/files.zettacode/hello_world.text/lily.txt +7 -0
  489. data/files.zettacode/hello_world.text/lilypond.txt +11 -0
  490. data/files.zettacode/hello_world.text/limbo.txt +14 -0
  491. data/files.zettacode/hello_world.text/lingo.txt +5 -0
  492. data/files.zettacode/hello_world.text/lisaac.txt +16 -0
  493. data/files.zettacode/hello_world.text/little.txt +9 -0
  494. data/files.zettacode/hello_world.text/livecode.txt +15 -0
  495. data/files.zettacode/hello_world.text/llvm.txt +13 -0
  496. data/files.zettacode/hello_world.text/lobster.txt +1 -0
  497. data/files.zettacode/hello_world.text/logo.txt +4 -0
  498. data/files.zettacode/hello_world.text/logtalk.txt +7 -0
  499. data/files.zettacode/hello_world.text/lolcode.txt +6 -0
  500. data/files.zettacode/hello_world.text/lotusscript.txt +5 -0
  501. data/files.zettacode/hello_world.text/lse.txt +1 -0
  502. data/files.zettacode/hello_world.text/lse64.txt +1 -0
  503. data/files.zettacode/hello_world.text/lua.txt +12 -0
  504. data/files.zettacode/hello_world.text/luna.txt +3 -0
  505. data/files.zettacode/hello_world.text/m2000_interpreter.txt +5 -0
  506. data/files.zettacode/hello_world.text/m4.txt +2 -0
  507. data/files.zettacode/hello_world.text/maclisp.txt +3 -0
  508. data/files.zettacode/hello_world.text/macro-10.txt +24 -0
  509. data/files.zettacode/hello_world.text/macro-11.txt +28 -0
  510. data/{zettacode.files → files.zettacode}/hello_world.text/mad.txt +0 -0
  511. data/files.zettacode/hello_world.text/make.txt +9 -0
  512. data/files.zettacode/hello_world.text/malbolge.txt +7 -0
  513. data/files.zettacode/hello_world.text/manool.txt +10 -0
  514. data/files.zettacode/hello_world.text/maple.txt +4 -0
  515. data/files.zettacode/hello_world.text/mathcad.txt +3 -0
  516. data/files.zettacode/hello_world.text/mathematica}}_-_{{header|wolfram_language.txt +1 -0
  517. data/files.zettacode/hello_world.text/matlab.txt +2 -0
  518. data/files.zettacode/hello_world.text/maude.txt +13 -0
  519. data/files.zettacode/hello_world.text/maxima.txt +1 -0
  520. data/files.zettacode/hello_world.text/maxscript.txt +3 -0
  521. data/files.zettacode/hello_world.text/mdl.txt +2 -0
  522. data/files.zettacode/hello_world.text/mel.txt +3 -0
  523. data/files.zettacode/hello_world.text/melonbasic.txt +3 -0
  524. data/files.zettacode/hello_world.text/mercury.txt +8 -0
  525. data/files.zettacode/hello_world.text/metafont.txt +1 -0
  526. data/files.zettacode/hello_world.text/min.txt +1 -0
  527. data/files.zettacode/hello_world.text/miniscript.txt +1 -0
  528. data/files.zettacode/hello_world.text/minizinc.txt +2 -0
  529. data/files.zettacode/hello_world.text/mips_assembly.txt +12 -0
  530. data/files.zettacode/hello_world.text/mirc_scripting_language.txt +1 -0
  531. data/files.zettacode/hello_world.text/ml-i.txt +1 -0
  532. data/files.zettacode/hello_world.text/modula-2.txt +24 -0
  533. data/files.zettacode/hello_world.text/modula-3.txt +7 -0
  534. data/files.zettacode/hello_world.text/montilang.txt +1 -0
  535. data/files.zettacode/hello_world.text/morfa.txt +7 -0
  536. data/files.zettacode/hello_world.text/mosaic.txt +3 -0
  537. data/files.zettacode/hello_world.text/muf.txt +4 -0
  538. data/files.zettacode/hello_world.text/mumps.txt +1 -0
  539. data/files.zettacode/hello_world.text/mydef.txt +27 -0
  540. data/files.zettacode/hello_world.text/myrtlescript.txt +6 -0
  541. data/files.zettacode/hello_world.text/mysql.txt +2 -0
  542. data/files.zettacode/hello_world.text/mythryl.txt +2 -0
  543. data/files.zettacode/hello_world.text/n-t-roff.txt +6 -0
  544. data/files.zettacode/hello_world.text/nanoquery.txt +1 -0
  545. data/files.zettacode/hello_world.text/neat.txt +2 -0
  546. data/files.zettacode/hello_world.text/neko.txt +1 -0
  547. data/files.zettacode/hello_world.text/nemerle.txt +13 -0
  548. data/files.zettacode/hello_world.text/netrexx.txt +1 -0
  549. data/files.zettacode/hello_world.text/never.txt +4 -0
  550. data/files.zettacode/hello_world.text/newlisp.txt +2 -0
  551. data/files.zettacode/hello_world.text/nickle.txt +1 -0
  552. data/files.zettacode/hello_world.text/nim.txt +3 -0
  553. data/files.zettacode/hello_world.text/nit.txt +1 -0
  554. data/files.zettacode/hello_world.text/nix.txt +1 -0
  555. data/files.zettacode/hello_world.text/nlp++.txt +5 -0
  556. data/files.zettacode/hello_world.text/ns-hubasic.txt +6 -0
  557. data/files.zettacode/hello_world.text/nyquist.txt +15 -0
  558. data/files.zettacode/hello_world.text/oberon-2.txt +11 -0
  559. data/files.zettacode/hello_world.text/objeck.txt +6 -0
  560. data/files.zettacode/hello_world.text/objective-c.txt +42 -0
  561. data/files.zettacode/hello_world.text/ocaml.txt +1 -0
  562. data/files.zettacode/hello_world.text/occam.txt +5 -0
  563. data/files.zettacode/hello_world.text/octave.txt +5 -0
  564. data/files.zettacode/hello_world.text/odin.txt +6 -0
  565. data/files.zettacode/hello_world.text/oforth.txt +1 -0
  566. data/files.zettacode/hello_world.text/ol.txt +1 -0
  567. data/files.zettacode/hello_world.text/onyx.txt +1 -0
  568. data/files.zettacode/hello_world.text/ooc.txt +8 -0
  569. data/files.zettacode/hello_world.text/oorexx.txt +4 -0
  570. data/files.zettacode/hello_world.text/openlisp.txt +10 -0
  571. data/files.zettacode/hello_world.text/openscad.txt +5 -0
  572. data/files.zettacode/hello_world.text/oxygene.txt +25 -0
  573. data/files.zettacode/hello_world.text/oz.txt +1 -0
  574. data/files.zettacode/hello_world.text/pari-gp.txt +2 -0
  575. data/files.zettacode/hello_world.text/pascal.txt +5 -0
  576. data/files.zettacode/hello_world.text/pasm.txt +2 -0
  577. data/files.zettacode/hello_world.text/pdp-11_assembly.txt +15 -0
  578. data/files.zettacode/hello_world.text/pdp-1_assembly.txt +22 -0
  579. data/files.zettacode/hello_world.text/pepsiscript.txt +16 -0
  580. data/files.zettacode/hello_world.text/perl.txt +11 -0
  581. data/files.zettacode/hello_world.text/peylang.txt +1 -0
  582. data/files.zettacode/hello_world.text/pharo.txt +4 -0
  583. data/files.zettacode/hello_world.text/phix.txt +4 -0
  584. data/files.zettacode/hello_world.text/phl.txt +7 -0
  585. data/files.zettacode/hello_world.text/php.txt +5 -0
  586. data/files.zettacode/hello_world.text/picat.txt +1 -0
  587. data/files.zettacode/hello_world.text/picolisp.txt +1 -0
  588. data/files.zettacode/hello_world.text/pict.txt +6 -0
  589. data/files.zettacode/hello_world.text/pikachu.txt +23 -0
  590. data/files.zettacode/hello_world.text/pike.txt +3 -0
  591. data/files.zettacode/hello_world.text/pilot.txt +1 -0
  592. data/files.zettacode/hello_world.text/pir.txt +3 -0
  593. data/files.zettacode/hello_world.text/pixilang.txt +1 -0
  594. data/files.zettacode/hello_world.text/pl-i.txt +3 -0
  595. data/files.zettacode/hello_world.text/pl-m.txt +13 -0
  596. data/files.zettacode/hello_world.text/pl-sql.txt +21 -0
  597. data/files.zettacode/hello_world.text/plain_english.txt +7 -0
  598. data/files.zettacode/hello_world.text/plan.txt +14 -0
  599. data/files.zettacode/hello_world.text/pony.txt +3 -0
  600. data/files.zettacode/hello_world.text/pop11.txt +1 -0
  601. data/files.zettacode/hello_world.text/portugol.txt +11 -0
  602. data/files.zettacode/hello_world.text/postscript.txt +31 -0
  603. data/files.zettacode/hello_world.text/potion.txt +1 -0
  604. data/files.zettacode/hello_world.text/powerbasic.txt +7 -0
  605. data/files.zettacode/hello_world.text/powershell.txt +4 -0
  606. data/files.zettacode/hello_world.text/processing.txt +1 -0
  607. data/files.zettacode/hello_world.text/prodos.txt +1 -0
  608. data/files.zettacode/hello_world.text/programming_language.txt +5 -0
  609. data/files.zettacode/hello_world.text/prolog.txt +1 -0
  610. data/files.zettacode/hello_world.text/promal.txt +7 -0
  611. data/files.zettacode/hello_world.text/psql.txt +7 -0
  612. data/files.zettacode/hello_world.text/pure.txt +5 -0
  613. data/files.zettacode/hello_world.text/purebasic.txt +5 -0
  614. data/files.zettacode/hello_world.text/python.txt +19 -0
  615. data/files.zettacode/hello_world.text/qb64.txt +1 -0
  616. data/files.zettacode/hello_world.text/quackery.txt +1 -0
  617. data/files.zettacode/hello_world.text/quill.txt +1 -0
  618. data/files.zettacode/hello_world.text/quite_basic.txt +1 -0
  619. data/files.zettacode/hello_world.text/r.txt +5 -0
  620. data/files.zettacode/hello_world.text/ra.txt +8 -0
  621. data/files.zettacode/hello_world.text/racket.txt +3 -0
  622. data/files.zettacode/hello_world.text/raku.txt +4 -0
  623. data/files.zettacode/hello_world.text/rasel.txt +1 -0
  624. data/files.zettacode/hello_world.text/ratfor.txt +11 -0
  625. data/files.zettacode/hello_world.text/raven.txt +1 -0
  626. data/files.zettacode/hello_world.text/realbasic.txt +7 -0
  627. data/files.zettacode/hello_world.text/rebol.txt +1 -0
  628. data/files.zettacode/hello_world.text/red.txt +1 -0
  629. data/files.zettacode/hello_world.text/relation.txt +4 -0
  630. data/files.zettacode/hello_world.text/rescript.txt +2 -0
  631. data/files.zettacode/hello_world.text/retro.txt +4 -0
  632. data/files.zettacode/hello_world.text/rexx.txt +13 -0
  633. data/files.zettacode/hello_world.text/ring.txt +1 -0
  634. data/files.zettacode/hello_world.text/risc-v.txt +11 -0
  635. data/files.zettacode/hello_world.text/rockstar.txt +1 -0
  636. data/files.zettacode/hello_world.text/rtl-2.txt +12 -0
  637. data/files.zettacode/hello_world.text/ruby.txt +11 -0
  638. data/files.zettacode/hello_world.text/run_basic.txt +1 -0
  639. data/files.zettacode/hello_world.text/rust.txt +13 -0
  640. data/files.zettacode/hello_world.text/salmon.txt +9 -0
  641. data/files.zettacode/hello_world.text/sas.txt +4 -0
  642. data/files.zettacode/hello_world.text/sasl.txt +4 -0
  643. data/files.zettacode/hello_world.text/sather.txt +5 -0
  644. data/files.zettacode/hello_world.text/scala.txt +19 -0
  645. data/files.zettacode/hello_world.text/scheme.txt +21 -0
  646. data/files.zettacode/hello_world.text/scilab.txt +1 -0
  647. data/files.zettacode/hello_world.text/scratchscript.txt +4 -0
  648. data/files.zettacode/hello_world.text/sed.txt +3 -0
  649. data/files.zettacode/hello_world.text/seed7.txt +6 -0
  650. data/files.zettacode/hello_world.text/self.txt +1 -0
  651. data/files.zettacode/hello_world.text/sensetalk.txt +1 -0
  652. data/files.zettacode/hello_world.text/set_lang.txt +12 -0
  653. data/files.zettacode/hello_world.text/setl.txt +1 -0
  654. data/files.zettacode/hello_world.text/setl4.txt +1 -0
  655. data/files.zettacode/hello_world.text/shen.txt +1 -0
  656. data/files.zettacode/hello_world.text/shiny.txt +1 -0
  657. data/files.zettacode/hello_world.text/sidef.txt +1 -0
  658. data/files.zettacode/hello_world.text/simplecode.txt +3 -0
  659. data/files.zettacode/hello_world.text/simpol.txt +2 -0
  660. data/files.zettacode/hello_world.text/simula.txt +5 -0
  661. data/files.zettacode/hello_world.text/sing.txt +7 -0
  662. data/files.zettacode/hello_world.text/sisal.txt +10 -0
  663. data/files.zettacode/hello_world.text/skookumscript.txt +3 -0
  664. data/files.zettacode/hello_world.text/slate.txt +1 -0
  665. data/files.zettacode/hello_world.text/slope.txt +1 -0
  666. data/files.zettacode/hello_world.text/smalltalk.txt +4 -0
  667. data/files.zettacode/hello_world.text/smart_basic.txt +1 -0
  668. data/files.zettacode/hello_world.text/smilebasic.txt +1 -0
  669. data/files.zettacode/hello_world.text/snobol4.txt +3 -0
  670. data/files.zettacode/hello_world.text/snusp.txt +11 -0
  671. data/files.zettacode/hello_world.text/soneking_assembly.txt +10 -0
  672. data/files.zettacode/hello_world.text/sparc_assembly.txt +18 -0
  673. data/files.zettacode/hello_world.text/sparkling.txt +1 -0
  674. data/files.zettacode/hello_world.text/spl.txt +1 -0
  675. data/files.zettacode/hello_world.text/sql.txt +12 -0
  676. data/files.zettacode/hello_world.text/sql_pl.txt +35 -0
  677. data/files.zettacode/hello_world.text/standard_ml.txt +1 -0
  678. data/files.zettacode/hello_world.text/stata.txt +1 -0
  679. data/files.zettacode/hello_world.text/suneido.txt +1 -0
  680. data/files.zettacode/hello_world.text/swahili.txt +1 -0
  681. data/files.zettacode/hello_world.text/swift.txt +4 -0
  682. data/files.zettacode/hello_world.text/symsyn.txt +3 -0
  683. data/files.zettacode/hello_world.text/tailspin.txt +1 -0
  684. data/files.zettacode/hello_world.text/tcl.txt +5 -0
  685. data/files.zettacode/hello_world.text/teco.txt +2 -0
  686. data/files.zettacode/hello_world.text/tern.txt +1 -0
  687. data/files.zettacode/hello_world.text/terra.txt +6 -0
  688. data/files.zettacode/hello_world.text/terraform.txt +3 -0
  689. data/files.zettacode/hello_world.text/testml.txt +2 -0
  690. data/files.zettacode/hello_world.text/ti-83_basic.txt +2 -0
  691. data/files.zettacode/hello_world.text/ti-89_basic.txt +1 -0
  692. data/files.zettacode/hello_world.text/tiny_basic.txt +5 -0
  693. data/files.zettacode/hello_world.text/tmg.txt +2 -0
  694. data/files.zettacode/hello_world.text/torquescript.txt +1 -0
  695. data/files.zettacode/hello_world.text/tpp.txt +1 -0
  696. data/files.zettacode/hello_world.text/transact-sql.txt +2 -0
  697. data/files.zettacode/hello_world.text/transd.txt +2 -0
  698. data/files.zettacode/hello_world.text/transforth.txt +1 -0
  699. data/files.zettacode/hello_world.text/trith.txt +1 -0
  700. data/files.zettacode/hello_world.text/true_basic.txt +5 -0
  701. data/files.zettacode/hello_world.text/tuscript.txt +8 -0
  702. data/files.zettacode/hello_world.text/ubasic-4th.txt +1 -0
  703. data/files.zettacode/hello_world.text/uniface.txt +3 -0
  704. data/files.zettacode/hello_world.text/unison.txt +3 -0
  705. data/files.zettacode/hello_world.text/unix_shell.txt +9 -0
  706. data/files.zettacode/hello_world.text/unlambda.txt +1 -0
  707. data/files.zettacode/hello_world.text/ursa.txt +1 -0
  708. data/files.zettacode/hello_world.text/ursala.txt +10 -0
  709. data/files.zettacode/hello_world.text/v.txt +1 -0
  710. data/files.zettacode/hello_world.text/v_(vlang).txt +3 -0
  711. data/files.zettacode/hello_world.text/vala.txt +3 -0
  712. data/files.zettacode/hello_world.text/vax_assembly.txt +10 -0
  713. data/files.zettacode/hello_world.text/vba.txt +6 -0
  714. data/files.zettacode/hello_world.text/vbscript.txt +2 -0
  715. data/files.zettacode/hello_world.text/vedit_macro_language.txt +1 -0
  716. data/files.zettacode/hello_world.text/verbexx.txt +2 -0
  717. data/files.zettacode/hello_world.text/verilog.txt +8 -0
  718. data/files.zettacode/hello_world.text/vhdl.txt +16 -0
  719. data/files.zettacode/hello_world.text/vim_script.txt +1 -0
  720. data/files.zettacode/hello_world.text/visual_basic.txt +22 -0
  721. data/files.zettacode/hello_world.text/visual_basic_.net.txt +7 -0
  722. data/files.zettacode/hello_world.text/viua_vm_assembly.txt +6 -0
  723. data/files.zettacode/hello_world.text/vtl-2.txt +1 -0
  724. data/files.zettacode/hello_world.text/wart.txt +2 -0
  725. data/files.zettacode/hello_world.text/wdte.txt +1 -0
  726. data/files.zettacode/hello_world.text/webassembly.txt +38 -0
  727. data/files.zettacode/hello_world.text/wee_basic.txt +2 -0
  728. data/files.zettacode/hello_world.text/whenever.txt +2 -0
  729. data/files.zettacode/hello_world.text/whiley.txt +5 -0
  730. data/files.zettacode/hello_world.text/whitespace.txt +1 -0
  731. data/files.zettacode/hello_world.text/wisp.txt +8 -0
  732. data/files.zettacode/hello_world.text/wolfram_language.txt +1 -0
  733. data/files.zettacode/hello_world.text/wren.txt +1 -0
  734. data/files.zettacode/hello_world.text/x10.txt +8 -0
  735. data/files.zettacode/hello_world.text/x86-64_assembly.txt +44 -0
  736. data/files.zettacode/hello_world.text/x86_assembly.txt +37 -0
  737. data/files.zettacode/hello_world.text/xbasic.txt +12 -0
  738. data/files.zettacode/hello_world.text/xeec.txt +4 -0
  739. data/files.zettacode/hello_world.text/xl.txt +2 -0
  740. data/files.zettacode/hello_world.text/xlisp.txt +2 -0
  741. data/files.zettacode/hello_world.text/xpath.txt +1 -0
  742. data/files.zettacode/hello_world.text/xpl0.txt +3 -0
  743. data/files.zettacode/hello_world.text/xslt.txt +5 -0
  744. data/files.zettacode/hello_world.text/yabasic.txt +3 -0
  745. data/files.zettacode/hello_world.text/yorick.txt +1 -0
  746. data/files.zettacode/hello_world.text/z80_assembly.txt +21 -0
  747. data/files.zettacode/hello_world.text/zig.txt +4 -0
  748. data/files.zettacode/hello_world.text/zkl.txt +2 -0
  749. data/files.zettacode/hello_world.text/zoea.txt +2 -0
  750. data/files.zettacode/hello_world.text/zoea_visual.txt +1 -0
  751. data/files.zettacode/hello_world.text/zoomscript.txt +5 -0
  752. data/files.zettacode/hello_world.text/zx_spectrum_basic.txt +4 -0
  753. data/files.zettacode/hello_world.text//340/256/211/340/256/257/340/256/277/340/256/260/340/257/215-uyir.txt +5 -0
  754. data/{zettacode.files → files.zettacode}/input/aritmetic-integer.xml +0 -0
  755. data/{zettacode.files → files.zettacode}/input/hello-world-text.xml +0 -0
  756. data/lib/zettacode/parse/parse.rb +18 -15
  757. data/lib/zettacode/version.rb +2 -1
  758. metadata +754 -754
  759. data/zettacode.files/arithmetic.integer/0815}.txt +0 -14
  760. data/zettacode.files/arithmetic.integer/11l}.txt +0 -9
  761. data/zettacode.files/arithmetic.integer/360_assembly.txt +0 -55
  762. data/zettacode.files/arithmetic.integer/6502_assembly}.txt +0 -50
  763. data/zettacode.files/arithmetic.integer/68000_assembly.txt +0 -24
  764. data/zettacode.files/arithmetic.integer/aarch64_assembly.txt +0 -137
  765. data/zettacode.files/arithmetic.integer/abap.txt +0 -25
  766. data/zettacode.files/arithmetic.integer/acl2.txt +0 -21
  767. data/zettacode.files/arithmetic.integer/action!.txt +0 -36
  768. data/zettacode.files/arithmetic.integer/ada.txt +0 -20
  769. data/zettacode.files/arithmetic.integer/aikido.txt +0 -10
  770. data/zettacode.files/arithmetic.integer/algol_68.txt +0 -14
  771. data/zettacode.files/arithmetic.integer/algol_w.txt +0 -16
  772. data/zettacode.files/arithmetic.integer/amigae.txt +0 -14
  773. data/zettacode.files/arithmetic.integer/apl.txt +0 -7
  774. data/zettacode.files/arithmetic.integer/applescript.txt +0 -16
  775. data/zettacode.files/arithmetic.integer/arm_assembly.txt +0 -293
  776. data/zettacode.files/arithmetic.integer/arturo.txt +0 -10
  777. data/zettacode.files/arithmetic.integer/asymptote.txt +0 -17
  778. data/zettacode.files/arithmetic.integer/autohotkey.txt +0 -20
  779. data/zettacode.files/arithmetic.integer/avail.txt +0 -13
  780. data/zettacode.files/arithmetic.integer/awk.txt +0 -12
  781. data/zettacode.files/arithmetic.integer/basic.txt +0 -56
  782. data/zettacode.files/arithmetic.integer/basic256.txt +0 -11
  783. data/zettacode.files/arithmetic.integer/batch_file.txt +0 -7
  784. data/zettacode.files/arithmetic.integer/bbc_basic.txt +0 -9
  785. data/zettacode.files/arithmetic.integer/bc.txt +0 -8
  786. data/zettacode.files/arithmetic.integer/befunge.txt +0 -6
  787. data/zettacode.files/arithmetic.integer/bqn.txt +0 -22
  788. data/zettacode.files/arithmetic.integer/bracmat.txt +0 -19
  789. data/zettacode.files/arithmetic.integer/brat.txt +0 -8
  790. data/zettacode.files/arithmetic.integer/c++.txt +0 -12
  791. data/zettacode.files/arithmetic.integer/c.txt +0 -17
  792. data/zettacode.files/arithmetic.integer/c_sharp|c#.txt +0 -17
  793. data/zettacode.files/arithmetic.integer/chef.txt +0 -37
  794. data/zettacode.files/arithmetic.integer/clipper.txt +0 -11
  795. data/zettacode.files/arithmetic.integer/clojure.txt +0 -18
  796. data/zettacode.files/arithmetic.integer/cobol.txt +0 -44
  797. data/zettacode.files/arithmetic.integer/common_lisp.txt +0 -29
  798. data/zettacode.files/arithmetic.integer/component_pascal.txt +0 -32
  799. data/zettacode.files/arithmetic.integer/crystal.txt +0 -11
  800. data/zettacode.files/arithmetic.integer/d.txt +0 -17
  801. data/zettacode.files/arithmetic.integer/dc.txt +0 -10
  802. data/zettacode.files/arithmetic.integer/dcl.txt +0 -8
  803. data/zettacode.files/arithmetic.integer/delphi.txt +0 -19
  804. data/zettacode.files/arithmetic.integer/dwscript.txt +0 -9
  805. data/zettacode.files/arithmetic.integer/dyalect.txt +0 -13
  806. data/zettacode.files/arithmetic.integer/e.txt +0 -9
  807. data/zettacode.files/arithmetic.integer/easylang.txt +0 -9
  808. data/zettacode.files/arithmetic.integer/ecl.txt +0 -33
  809. data/zettacode.files/arithmetic.integer/efene.txt +0 -16
  810. data/zettacode.files/arithmetic.integer/eiffel.txt +0 -32
  811. data/zettacode.files/arithmetic.integer/elena.txt +0 -16
  812. data/zettacode.files/arithmetic.integer/elixir.txt +0 -26
  813. data/zettacode.files/arithmetic.integer/emojicode.txt +0 -9
  814. data/zettacode.files/arithmetic.integer/erlang.txt +0 -15
  815. data/zettacode.files/arithmetic.integer/erre.txt +0 -20
  816. data/zettacode.files/arithmetic.integer/euphoria.txt +0 -13
  817. data/zettacode.files/arithmetic.integer/excel.txt +0 -32
  818. data/zettacode.files/arithmetic.integer/f_sharp|f#.txt +0 -15
  819. data/zettacode.files/arithmetic.integer/factor.txt +0 -17
  820. data/zettacode.files/arithmetic.integer/false.txt +0 -8
  821. data/zettacode.files/arithmetic.integer/fermat.txt +0 -10
  822. data/zettacode.files/arithmetic.integer/forth.txt +0 -19
  823. data/zettacode.files/arithmetic.integer/fortran.txt +0 -15
  824. data/zettacode.files/arithmetic.integer/freebasic.txt +0 -18
  825. data/zettacode.files/arithmetic.integer/friendly_interactive_shell.txt +0 -10
  826. data/zettacode.files/arithmetic.integer/frink.txt +0 -10
  827. data/zettacode.files/arithmetic.integer/futurebasic.txt +0 -158
  828. data/zettacode.files/arithmetic.integer/gambas.txt +0 -30
  829. data/zettacode.files/arithmetic.integer/gap.txt +0 -15
  830. data/zettacode.files/arithmetic.integer/genie.txt +0 -23
  831. data/zettacode.files/arithmetic.integer/george.txt +0 -7
  832. data/zettacode.files/arithmetic.integer/go.txt +0 -66
  833. data/zettacode.files/arithmetic.integer/groovy.txt +0 -18
  834. data/zettacode.files/arithmetic.integer/harbour.txt +0 -11
  835. data/zettacode.files/arithmetic.integer/haskell.txt +0 -16
  836. data/zettacode.files/arithmetic.integer/haxe.txt +0 -13
  837. data/zettacode.files/arithmetic.integer/hicest.txt +0 -26
  838. data/zettacode.files/arithmetic.integer/holyc.txt +0 -14
  839. data/zettacode.files/arithmetic.integer/i.txt +0 -11
  840. data/zettacode.files/arithmetic.integer/icon}}_and_{{header|unicon.txt +0 -13
  841. data/zettacode.files/arithmetic.integer/inform_7.txt +0 -27
  842. data/zettacode.files/arithmetic.integer/j.txt +0 -18
  843. data/zettacode.files/arithmetic.integer/java.txt +0 -22
  844. data/zettacode.files/arithmetic.integer/javascript.txt +0 -30
  845. data/zettacode.files/arithmetic.integer/jq.txt +0 -17
  846. data/zettacode.files/arithmetic.integer/jsish.txt +0 -33
  847. data/zettacode.files/arithmetic.integer/julia.txt +0 -4
  848. data/zettacode.files/arithmetic.integer/kotlin.txt +0 -41
  849. data/zettacode.files/arithmetic.integer/labview.txt +0 -2
  850. data/zettacode.files/arithmetic.integer/lambdatalk.txt +0 -23
  851. data/zettacode.files/arithmetic.integer/lasso.txt +0 -8
  852. data/zettacode.files/arithmetic.integer/lfe.txt +0 -32
  853. data/zettacode.files/arithmetic.integer/liberty_basic.txt +0 -12
  854. data/zettacode.files/arithmetic.integer/lil.txt +0 -14
  855. data/zettacode.files/arithmetic.integer/lingo.txt +0 -10
  856. data/zettacode.files/arithmetic.integer/little.txt +0 -15
  857. data/zettacode.files/arithmetic.integer/livecode.txt +0 -17
  858. data/zettacode.files/arithmetic.integer/logo.txt +0 -11
  859. data/zettacode.files/arithmetic.integer/lse64.txt +0 -10
  860. data/zettacode.files/arithmetic.integer/lua.txt +0 -9
  861. data/zettacode.files/arithmetic.integer/m2000_interpreter.txt +0 -54
  862. data/zettacode.files/arithmetic.integer/m4.txt +0 -17
  863. data/zettacode.files/arithmetic.integer/maple.txt +0 -25
  864. data/zettacode.files/arithmetic.integer/mathcad.txt +0 -51
  865. data/zettacode.files/arithmetic.integer/mathematica}}-{{header|wolfram_language.txt +0 -18
  866. data/zettacode.files/arithmetic.integer/matlab}}_-_{{header|octave.txt +0 -8
  867. data/zettacode.files/arithmetic.integer/maxima.txt +0 -10
  868. data/zettacode.files/arithmetic.integer/maxscript.txt +0 -8
  869. data/zettacode.files/arithmetic.integer/mercury.txt +0 -44
  870. data/zettacode.files/arithmetic.integer/metafont.txt +0 -19
  871. data/zettacode.files/arithmetic.integer/min.txt +0 -5
  872. data/zettacode.files/arithmetic.integer/ml-i.txt +0 -18
  873. data/zettacode.files/arithmetic.integer/modula-2.txt +0 -31
  874. data/zettacode.files/arithmetic.integer/modula-3.txt +0 -15
  875. data/zettacode.files/arithmetic.integer/mumps.txt +0 -52
  876. data/zettacode.files/arithmetic.integer/nanoquery.txt +0 -13
  877. data/zettacode.files/arithmetic.integer/nemerle.txt +0 -18
  878. data/zettacode.files/arithmetic.integer/netrexx.txt +0 -14
  879. data/zettacode.files/arithmetic.integer/newlisp.txt +0 -26
  880. data/zettacode.files/arithmetic.integer/nial.txt +0 -23
  881. data/zettacode.files/arithmetic.integer/nim.txt +0 -25
  882. data/zettacode.files/arithmetic.integer/nsis.txt +0 -25
  883. data/zettacode.files/arithmetic.integer/oberon-2.txt +0 -14
  884. data/zettacode.files/arithmetic.integer/objeck.txt +0 -17
  885. data/zettacode.files/arithmetic.integer/ocaml.txt +0 -9
  886. data/zettacode.files/arithmetic.integer/oforth.txt +0 -9
  887. data/zettacode.files/arithmetic.integer/ol.txt +0 -23
  888. data/zettacode.files/arithmetic.integer/onyx.txt +0 -44
  889. data/zettacode.files/arithmetic.integer/openscad.txt +0 -6
  890. data/zettacode.files/arithmetic.integer/oz.txt +0 -19
  891. data/zettacode.files/arithmetic.integer/panda.txt +0 -2
  892. data/zettacode.files/arithmetic.integer/pari-gp.txt +0 -9
  893. data/zettacode.files/arithmetic.integer/pascal.txt +0 -14
  894. data/zettacode.files/arithmetic.integer/perl.txt +0 -12
  895. data/zettacode.files/arithmetic.integer/phix.txt +0 -49
  896. data/zettacode.files/arithmetic.integer/phixmonti.txt +0 -14
  897. data/zettacode.files/arithmetic.integer/phl.txt +0 -20
  898. data/zettacode.files/arithmetic.integer/php.txt +0 -13
  899. data/zettacode.files/arithmetic.integer/picat.txt +0 -8
  900. data/zettacode.files/arithmetic.integer/picolisp.txt +0 -8
  901. data/zettacode.files/arithmetic.integer/piet.txt +0 -38
  902. data/zettacode.files/arithmetic.integer/pl-i.txt +0 -8
  903. data/zettacode.files/arithmetic.integer/plain_english.txt +0 -26
  904. data/zettacode.files/arithmetic.integer/pop11.txt +0 -12
  905. data/zettacode.files/arithmetic.integer/postscript.txt +0 -10
  906. data/zettacode.files/arithmetic.integer/powershell.txt +0 -15
  907. data/zettacode.files/arithmetic.integer/processing.txt +0 -7
  908. data/zettacode.files/arithmetic.integer/prodos.txt +0 -35
  909. data/zettacode.files/arithmetic.integer/prolog.txt +0 -33
  910. data/zettacode.files/arithmetic.integer/purebasic.txt +0 -17
  911. data/zettacode.files/arithmetic.integer/python.txt +0 -47
  912. data/zettacode.files/arithmetic.integer/qb64.txt +0 -21
  913. data/zettacode.files/arithmetic.integer/quackery.txt +0 -12
  914. data/zettacode.files/arithmetic.integer/r.txt +0 -11
  915. data/zettacode.files/arithmetic.integer/racket.txt +0 -8
  916. data/zettacode.files/arithmetic.integer/raku.txt +0 -12
  917. data/zettacode.files/arithmetic.integer/raven.txt +0 -9
  918. data/zettacode.files/arithmetic.integer/rebol.txt +0 -51
  919. data/zettacode.files/arithmetic.integer/relation.txt +0 -11
  920. data/zettacode.files/arithmetic.integer/rescript.txt +0 -15
  921. data/zettacode.files/arithmetic.integer/retro.txt +0 -10
  922. data/zettacode.files/arithmetic.integer/rexx.txt +0 -47
  923. data/zettacode.files/arithmetic.integer/ring.txt +0 -11
  924. data/zettacode.files/arithmetic.integer/robotic.txt +0 -13
  925. data/zettacode.files/arithmetic.integer/ruby.txt +0 -12
  926. data/zettacode.files/arithmetic.integer/run_basic.txt +0 -9
  927. data/zettacode.files/arithmetic.integer/rust.txt +0 -15
  928. data/zettacode.files/arithmetic.integer/sass-scss.txt +0 -36
  929. data/zettacode.files/arithmetic.integer/scala.txt +0 -9
  930. data/zettacode.files/arithmetic.integer/scheme.txt +0 -27
  931. data/zettacode.files/arithmetic.integer/seed7.txt +0 -20
  932. data/zettacode.files/arithmetic.integer/sensetalk.txt +0 -12
  933. data/zettacode.files/arithmetic.integer/sidef.txt +0 -6
  934. data/zettacode.files/arithmetic.integer/slate.txt +0 -9
  935. data/zettacode.files/arithmetic.integer/smalltalk.txt +0 -28
  936. data/zettacode.files/arithmetic.integer/smart_basic.txt +0 -18
  937. data/zettacode.files/arithmetic.integer/snobol4.txt +0 -12
  938. data/zettacode.files/arithmetic.integer/snusp.txt +0 -61
  939. data/zettacode.files/arithmetic.integer/sql.txt +0 -68
  940. data/zettacode.files/arithmetic.integer/ssem.txt +0 -15
  941. data/zettacode.files/arithmetic.integer/standard_ml.txt +0 -13
  942. data/zettacode.files/arithmetic.integer/swift.txt +0 -11
  943. data/zettacode.files/arithmetic.integer/tcl.txt +0 -19
  944. data/zettacode.files/arithmetic.integer/terraform.txt +0 -33
  945. data/zettacode.files/arithmetic.integer/ti-83_basic.txt +0 -14
  946. data/zettacode.files/arithmetic.integer/ti-89_basic.txt +0 -8
  947. data/zettacode.files/arithmetic.integer/toka.txt +0 -7
  948. data/zettacode.files/arithmetic.integer/tuscript.txt +0 -9
  949. data/zettacode.files/arithmetic.integer/unix_shell.txt +0 -29
  950. data/zettacode.files/arithmetic.integer/ursa.txt +0 -27
  951. data/zettacode.files/arithmetic.integer/v_(vlang).txt +0 -29
  952. data/zettacode.files/arithmetic.integer/vba.txt +0 -19
  953. data/zettacode.files/arithmetic.integer/vbscript.txt +0 -51
  954. data/zettacode.files/arithmetic.integer/vedit_macro_language.txt +0 -8
  955. data/zettacode.files/arithmetic.integer/verilog.txt +0 -26
  956. data/zettacode.files/arithmetic.integer/vim_script.txt +0 -10
  957. data/zettacode.files/arithmetic.integer/visual_basic_.net.txt +0 -14
  958. data/zettacode.files/arithmetic.integer/wart.txt +0 -9
  959. data/zettacode.files/arithmetic.integer/wren.txt +0 -16
  960. data/zettacode.files/arithmetic.integer/x86_assembly.txt +0 -23
  961. data/zettacode.files/arithmetic.integer/xlisp.txt +0 -17
  962. data/zettacode.files/arithmetic.integer/xpl0.txt +0 -10
  963. data/zettacode.files/arithmetic.integer/xslt.txt +0 -10
  964. data/zettacode.files/arithmetic.integer/yabasic.txt +0 -11
  965. data/zettacode.files/arithmetic.integer/yorick.txt +0 -8
  966. data/zettacode.files/arithmetic.integer/zkl.txt +0 -7
  967. data/zettacode.files/arithmetic.integer/zonnon.txt +0 -13
  968. data/zettacode.files/arithmetic.integer/zx_spectrum_basic.txt +0 -11
  969. data/zettacode.files/arithmetic.integer//320/274/320/272-61-52.txt +0 -7
  970. data/zettacode.files/hello_world.text/0815.txt +0 -7
  971. data/zettacode.files/hello_world.text/11l.txt +0 -1
  972. data/zettacode.files/hello_world.text/360_assembly.txt +0 -17
  973. data/zettacode.files/hello_world.text/4dos_batch.txt +0 -1
  974. data/zettacode.files/hello_world.text/6502_assembly.txt +0 -22
  975. data/zettacode.files/hello_world.text/6800_assembly.txt +0 -31
  976. data/zettacode.files/hello_world.text/8080_assembly.txt +0 -12
  977. data/zettacode.files/hello_world.text/8086_assembly.txt +0 -30
  978. data/zettacode.files/hello_world.text/8th.txt +0 -1
  979. data/zettacode.files/hello_world.text/aarch64_assembly.txt +0 -22
  980. data/zettacode.files/hello_world.text/abap.txt +0 -2
  981. data/zettacode.files/hello_world.text/acl2.txt +0 -2
  982. data/zettacode.files/hello_world.text/action!.txt +0 -3
  983. data/zettacode.files/hello_world.text/actionscript.txt +0 -1
  984. data/zettacode.files/hello_world.text/ada.txt +0 -6
  985. data/zettacode.files/hello_world.text/agda.txt +0 -14
  986. data/zettacode.files/hello_world.text/agena.txt +0 -1
  987. data/zettacode.files/hello_world.text/aime.txt +0 -11
  988. data/zettacode.files/hello_world.text/algae.txt +0 -1
  989. data/zettacode.files/hello_world.text/algol-m.txt +0 -3
  990. data/zettacode.files/hello_world.text/algol_60.txt +0 -4
  991. data/zettacode.files/hello_world.text/algol_68.txt +0 -3
  992. data/zettacode.files/hello_world.text/algol_w.txt +0 -3
  993. data/zettacode.files/hello_world.text/alore.txt +0 -1
  994. data/zettacode.files/hello_world.text/amazing_hopper.txt +0 -21
  995. data/zettacode.files/hello_world.text/ambienttalk.txt +0 -1
  996. data/zettacode.files/hello_world.text/amigae.txt +0 -3
  997. data/zettacode.files/hello_world.text/angelscript.txt +0 -1
  998. data/zettacode.files/hello_world.text/antlang.txt +0 -3
  999. data/zettacode.files/hello_world.text/anyways.txt +0 -4
  1000. data/zettacode.files/hello_world.text/apl.txt +0 -1
  1001. data/zettacode.files/hello_world.text/applescript.txt +0 -5
  1002. data/zettacode.files/hello_world.text/applesoft_basic.txt +0 -5
  1003. data/zettacode.files/hello_world.text/apricot.txt +0 -1
  1004. data/zettacode.files/hello_world.text/arc.txt +0 -1
  1005. data/zettacode.files/hello_world.text/arendelle.txt +0 -1
  1006. data/zettacode.files/hello_world.text/argile.txt +0 -3
  1007. data/zettacode.files/hello_world.text/arm_assembly.txt +0 -13
  1008. data/zettacode.files/hello_world.text/arnoldc.txt +0 -3
  1009. data/zettacode.files/hello_world.text/arturo.txt +0 -1
  1010. data/zettacode.files/hello_world.text/asciidots.txt +0 -4
  1011. data/zettacode.files/hello_world.text/astro.txt +0 -1
  1012. data/zettacode.files/hello_world.text/asymptote.txt +0 -2
  1013. data/zettacode.files/hello_world.text/ats.txt +0 -1
  1014. data/zettacode.files/hello_world.text/autohotkey.txt +0 -9
  1015. data/zettacode.files/hello_world.text/autoit.txt +0 -1
  1016. data/zettacode.files/hello_world.text/autolisp.txt +0 -1
  1017. data/zettacode.files/hello_world.text/avail.txt +0 -1
  1018. data/zettacode.files/hello_world.text/awk.txt +0 -30
  1019. data/zettacode.files/hello_world.text/axe.txt +0 -2
  1020. data/zettacode.files/hello_world.text/b.txt +0 -6
  1021. data/zettacode.files/hello_world.text/b4x.txt +0 -1
  1022. data/zettacode.files/hello_world.text/babel.txt +0 -2
  1023. data/zettacode.files/hello_world.text/bash.txt +0 -1
  1024. data/zettacode.files/hello_world.text/basic.txt +0 -14
  1025. data/zettacode.files/hello_world.text/basic256.txt +0 -1
  1026. data/zettacode.files/hello_world.text/batch_file.txt +0 -6
  1027. data/zettacode.files/hello_world.text/battlestar.txt +0 -4
  1028. data/zettacode.files/hello_world.text/bbc_basic.txt +0 -1
  1029. data/zettacode.files/hello_world.text/bc.txt +0 -2
  1030. data/zettacode.files/hello_world.text/bcpl.txt +0 -6
  1031. data/zettacode.files/hello_world.text/beef.txt +0 -11
  1032. data/zettacode.files/hello_world.text/beeswax.txt +0 -23
  1033. data/zettacode.files/hello_world.text/befunge.txt +0 -1
  1034. data/zettacode.files/hello_world.text/binary_lambda_calculus.txt +0 -2
  1035. data/zettacode.files/hello_world.text/bird.txt +0 -6
  1036. data/zettacode.files/hello_world.text/blade.txt +0 -6
  1037. data/zettacode.files/hello_world.text/blast.txt +0 -10
  1038. data/zettacode.files/hello_world.text/blue.txt +0 -18
  1039. data/zettacode.files/hello_world.text/blz.txt +0 -1
  1040. data/zettacode.files/hello_world.text/bml.txt +0 -1
  1041. data/zettacode.files/hello_world.text/boo.txt +0 -1
  1042. data/zettacode.files/hello_world.text/bootbasic.txt +0 -1
  1043. data/zettacode.files/hello_world.text/bqn.txt +0 -4
  1044. data/zettacode.files/hello_world.text/brace.txt +0 -4
  1045. data/zettacode.files/hello_world.text/bracmat.txt +0 -1
  1046. data/zettacode.files/hello_world.text/brainf***.txt +0 -83
  1047. data/zettacode.files/hello_world.text/brat.txt +0 -1
  1048. data/zettacode.files/hello_world.text/brlcad.txt +0 -6
  1049. data/zettacode.files/hello_world.text/burlesque.txt +0 -6
  1050. data/zettacode.files/hello_world.text/c++-cli.txt +0 -5
  1051. data/zettacode.files/hello_world.text/c++.txt +0 -5
  1052. data/zettacode.files/hello_world.text/c.txt +0 -37
  1053. data/zettacode.files/hello_world.text/c1r.txt +0 -1
  1054. data/zettacode.files/hello_world.text/c2.txt +0 -7
  1055. data/zettacode.files/hello_world.text/c3.txt +0 -7
  1056. data/zettacode.files/hello_world.text/c_sharp|c#.txt +0 -19
  1057. data/zettacode.files/hello_world.text/casio_basic.txt +0 -3
  1058. data/zettacode.files/hello_world.text/cat.txt +0 -1
  1059. data/zettacode.files/hello_world.text/cduce.txt +0 -1
  1060. data/zettacode.files/hello_world.text/cfengine.txt +0 -11
  1061. data/zettacode.files/hello_world.text/chapel.txt +0 -1
  1062. data/zettacode.files/hello_world.text/chef.txt +0 -36
  1063. data/zettacode.files/hello_world.text/chuck.txt +0 -1
  1064. data/zettacode.files/hello_world.text/cind.txt +0 -6
  1065. data/zettacode.files/hello_world.text/clay.txt +0 -3
  1066. data/zettacode.files/hello_world.text/clean.txt +0 -1
  1067. data/zettacode.files/hello_world.text/clio.txt +0 -1
  1068. data/zettacode.files/hello_world.text/clipper.txt +0 -1
  1069. data/zettacode.files/hello_world.text/clips.txt +0 -1
  1070. data/zettacode.files/hello_world.text/clojure.txt +0 -1
  1071. data/zettacode.files/hello_world.text/clu.txt +0 -4
  1072. data/zettacode.files/hello_world.text/cmake.txt +0 -5
  1073. data/zettacode.files/hello_world.text/cobol.txt +0 -22
  1074. data/zettacode.files/hello_world.text/cobra.txt +0 -3
  1075. data/zettacode.files/hello_world.text/coffeescript.txt +0 -4
  1076. data/zettacode.files/hello_world.text/coldfusion.txt +0 -1
  1077. data/zettacode.files/hello_world.text/comal.txt +0 -1
  1078. data/zettacode.files/hello_world.text/comefrom0x10.txt +0 -3
  1079. data/zettacode.files/hello_world.text/commodore_basic.txt +0 -5
  1080. data/zettacode.files/hello_world.text/common_lisp.txt +0 -18
  1081. data/zettacode.files/hello_world.text/component_pascal.txt +0 -10
  1082. data/zettacode.files/hello_world.text/coq.txt +0 -5
  1083. data/zettacode.files/hello_world.text/corescript.txt +0 -1
  1084. data/zettacode.files/hello_world.text/cowgol.txt +0 -4
  1085. data/zettacode.files/hello_world.text/crack.txt +0 -4
  1086. data/zettacode.files/hello_world.text/creative_basic.txt +0 -15
  1087. data/zettacode.files/hello_world.text/crystal.txt +0 -1
  1088. data/zettacode.files/hello_world.text/d.txt +0 -6
  1089. data/zettacode.files/hello_world.text/dafny.txt +0 -6
  1090. data/zettacode.files/hello_world.text/dao.txt +0 -1
  1091. data/zettacode.files/hello_world.text/dart.txt +0 -4
  1092. data/zettacode.files/hello_world.text/dataweave.txt +0 -1
  1093. data/zettacode.files/hello_world.text/dbl.txt +0 -15
  1094. data/zettacode.files/hello_world.text/dc.txt +0 -3
  1095. data/zettacode.files/hello_world.text/dcl.txt +0 -1
  1096. data/zettacode.files/hello_world.text/ddnc.txt +0 -40
  1097. data/zettacode.files/hello_world.text/delphi.txt +0 -7
  1098. data/zettacode.files/hello_world.text/deviousyarn.txt +0 -1
  1099. data/zettacode.files/hello_world.text/dibol-11.txt +0 -14
  1100. data/zettacode.files/hello_world.text/diego.txt +0 -12
  1101. data/zettacode.files/hello_world.text/div_games_studio.txt +0 -12
  1102. data/zettacode.files/hello_world.text/dm.txt +0 -5
  1103. data/zettacode.files/hello_world.text/draco.txt +0 -3
  1104. data/zettacode.files/hello_world.text/dragon.txt +0 -3
  1105. data/zettacode.files/hello_world.text/dwscript.txt +0 -3
  1106. data/zettacode.files/hello_world.text/dyalect.txt +0 -1
  1107. data/zettacode.files/hello_world.text/dylan.net.txt +0 -28
  1108. data/zettacode.files/hello_world.text/dylan.txt +0 -5
  1109. data/zettacode.files/hello_world.text/d/303/251j/303/240_vu.txt +0 -1
  1110. data/zettacode.files/hello_world.text/e.txt +0 -3
  1111. data/zettacode.files/hello_world.text/easylang.txt +0 -2
  1112. data/zettacode.files/hello_world.text/ec.txt +0 -7
  1113. data/zettacode.files/hello_world.text/echolisp.txt +0 -3
  1114. data/zettacode.files/hello_world.text/ecl.txt +0 -3
  1115. data/zettacode.files/hello_world.text/ecstasy.txt +0 -8
  1116. data/zettacode.files/hello_world.text/edsac_order_code.txt +0 -34
  1117. data/zettacode.files/hello_world.text/efene.txt +0 -10
  1118. data/zettacode.files/hello_world.text/egel.txt +0 -3
  1119. data/zettacode.files/hello_world.text/egison.txt +0 -6
  1120. data/zettacode.files/hello_world.text/egl.txt +0 -9
  1121. data/zettacode.files/hello_world.text/eiffel.txt +0 -11
  1122. data/zettacode.files/hello_world.text/ela.txt +0 -2
  1123. data/zettacode.files/hello_world.text/elan.txt +0 -1
  1124. data/zettacode.files/hello_world.text/elastic.txt +0 -20
  1125. data/zettacode.files/hello_world.text/elena.txt +0 -5
  1126. data/zettacode.files/hello_world.text/elisa.txt +0 -1
  1127. data/zettacode.files/hello_world.text/elixir.txt +0 -3
  1128. data/zettacode.files/hello_world.text/elm.txt +0 -1
  1129. data/zettacode.files/hello_world.text/emacs_lisp.txt +0 -6
  1130. data/zettacode.files/hello_world.text/emojicode.txt +0 -3
  1131. data/zettacode.files/hello_world.text/erlang.txt +0 -1
  1132. data/zettacode.files/hello_world.text/erre.txt +0 -7
  1133. data/zettacode.files/hello_world.text/euler_math_toolbox.txt +0 -4
  1134. data/zettacode.files/hello_world.text/extended_brainf***.txt +0 -2
  1135. data/zettacode.files/hello_world.text/ezhil.txt +0 -5
  1136. data/zettacode.files/hello_world.text/f_sharp|f#.txt +0 -3
  1137. data/zettacode.files/hello_world.text/factor.txt +0 -1
  1138. data/zettacode.files/hello_world.text/falcon.txt +0 -4
  1139. data/zettacode.files/hello_world.text/false.txt +0 -2
  1140. data/zettacode.files/hello_world.text/fantom.txt +0 -10
  1141. data/zettacode.files/hello_world.text/fennel.txt +0 -1
  1142. data/zettacode.files/hello_world.text/ferite.txt +0 -3
  1143. data/zettacode.files/hello_world.text/fermat.txt +0 -1
  1144. data/zettacode.files/hello_world.text/fexl.txt +0 -1
  1145. data/zettacode.files/hello_world.text/fhidwfe.txt +0 -1
  1146. data/zettacode.files/hello_world.text/fish.txt +0 -9
  1147. data/zettacode.files/hello_world.text/focal.txt +0 -1
  1148. data/zettacode.files/hello_world.text/forth.txt +0 -5
  1149. data/zettacode.files/hello_world.text/fortran.txt +0 -16
  1150. data/zettacode.files/hello_world.text/fortress.txt +0 -3
  1151. data/zettacode.files/hello_world.text/free_pascal.txt +0 -21
  1152. data/zettacode.files/hello_world.text/freebasic.txt +0 -3
  1153. data/zettacode.files/hello_world.text/frege.txt +0 -5
  1154. data/zettacode.files/hello_world.text/friendly_interactive_shell.txt +0 -2
  1155. data/zettacode.files/hello_world.text/frink.txt +0 -3
  1156. data/zettacode.files/hello_world.text/funl.txt +0 -2
  1157. data/zettacode.files/hello_world.text/furor.txt +0 -1
  1158. data/zettacode.files/hello_world.text/futurebasic.txt +0 -4
  1159. data/zettacode.files/hello_world.text/fuze_basic.txt +0 -1
  1160. data/zettacode.files/hello_world.text/gambas.txt +0 -6
  1161. data/zettacode.files/hello_world.text/gap.txt +0 -10
  1162. data/zettacode.files/hello_world.text/gb_basic.txt +0 -1
  1163. data/zettacode.files/hello_world.text/gecho.txt +0 -1
  1164. data/zettacode.files/hello_world.text/gema.txt +0 -5
  1165. data/zettacode.files/hello_world.text/genie.txt +0 -4
  1166. data/zettacode.files/hello_world.text/gentee.txt +0 -4
  1167. data/zettacode.files/hello_world.text/gfa_basic.txt +0 -1
  1168. data/zettacode.files/hello_world.text/glbasic.txt +0 -1
  1169. data/zettacode.files/hello_world.text/glee.txt +0 -13
  1170. data/zettacode.files/hello_world.text/global_script.txt +0 -3
  1171. data/zettacode.files/hello_world.text/glovepie.txt +0 -1
  1172. data/zettacode.files/hello_world.text/gml.txt +0 -2
  1173. data/zettacode.files/hello_world.text/go.txt +0 -6
  1174. data/zettacode.files/hello_world.text/golfscript.txt +0 -1
  1175. data/zettacode.files/hello_world.text/gosu.txt +0 -1
  1176. data/zettacode.files/hello_world.text/grain.txt +0 -1
  1177. data/zettacode.files/hello_world.text/groovy.txt +0 -1
  1178. data/zettacode.files/hello_world.text/gw-basic.txt +0 -1
  1179. data/zettacode.files/hello_world.text/hack.txt +0 -1
  1180. data/zettacode.files/hello_world.text/halon.txt +0 -3
  1181. data/zettacode.files/hello_world.text/harbour.txt +0 -1
  1182. data/zettacode.files/hello_world.text/hare.txt +0 -5
  1183. data/zettacode.files/hello_world.text/haskell.txt +0 -3
  1184. data/zettacode.files/hello_world.text/haxe.txt +0 -1
  1185. data/zettacode.files/hello_world.text/hexiscript.txt +0 -1
  1186. data/zettacode.files/hello_world.text/hicest.txt +0 -1
  1187. data/zettacode.files/hello_world.text/hla.txt +0 -7
  1188. data/zettacode.files/hello_world.text/holyc.txt +0 -1
  1189. data/zettacode.files/hello_world.text/hoon.txt +0 -1
  1190. data/zettacode.files/hello_world.text/hpppl.txt +0 -1
  1191. data/zettacode.files/hello_world.text/hq9+.txt +0 -7
  1192. data/zettacode.files/hello_world.text/html5.txt +0 -8
  1193. data/zettacode.files/hello_world.text/huginn.txt +0 -8
  1194. data/zettacode.files/hello_world.text/hy.txt +0 -1
  1195. data/zettacode.files/hello_world.text/i.txt +0 -3
  1196. data/zettacode.files/hello_world.text/icon}}_and_{{header|unicon.txt +0 -3
  1197. data/zettacode.files/hello_world.text/idl.txt +0 -1
  1198. data/zettacode.files/hello_world.text/idris.txt +0 -4
  1199. data/zettacode.files/hello_world.text/inform_6.txt +0 -3
  1200. data/zettacode.files/hello_world.text/inko.txt +0 -4
  1201. data/zettacode.files/hello_world.text/integer_basic.txt +0 -4
  1202. data/zettacode.files/hello_world.text/intercal.txt +0 -17
  1203. data/zettacode.files/hello_world.text/io.txt +0 -1
  1204. data/zettacode.files/hello_world.text/ioke.txt +0 -1
  1205. data/zettacode.files/hello_world.text/is-basic.txt +0 -1
  1206. data/zettacode.files/hello_world.text/isabelle.txt +0 -5
  1207. data/zettacode.files/hello_world.text/iwbasic.txt +0 -15
  1208. data/zettacode.files/hello_world.text/j.txt +0 -40
  1209. data/zettacode.files/hello_world.text/jack.txt +0 -7
  1210. data/zettacode.files/hello_world.text/jacquard_loom.txt +0 -88
  1211. data/zettacode.files/hello_world.text/java.txt +0 -7
  1212. data/zettacode.files/hello_world.text/javascript.txt +0 -12
  1213. data/zettacode.files/hello_world.text/jcl.txt +0 -1
  1214. data/zettacode.files/hello_world.text/jinja.txt +0 -9
  1215. data/zettacode.files/hello_world.text/joy.txt +0 -1
  1216. data/zettacode.files/hello_world.text/jq.txt +0 -1
  1217. data/zettacode.files/hello_world.text/jse.txt +0 -1
  1218. data/zettacode.files/hello_world.text/jsish.txt +0 -1
  1219. data/zettacode.files/hello_world.text/julia.txt +0 -1
  1220. data/zettacode.files/hello_world.text/k.txt +0 -14
  1221. data/zettacode.files/hello_world.text/kabap.txt +0 -1
  1222. data/zettacode.files/hello_world.text/kaya.txt +0 -6
  1223. data/zettacode.files/hello_world.text/kdf9_usercode.txt +0 -13
  1224. data/zettacode.files/hello_world.text/keg.txt +0 -1
  1225. data/zettacode.files/hello_world.text/kite.txt +0 -4
  1226. data/zettacode.files/hello_world.text/kitten.txt +0 -2
  1227. data/zettacode.files/hello_world.text/koka.txt +0 -3
  1228. data/zettacode.files/hello_world.text/konsolscript.txt +0 -4
  1229. data/zettacode.files/hello_world.text/kotlin.txt +0 -3
  1230. data/zettacode.files/hello_world.text/kql.txt +0 -2
  1231. data/zettacode.files/hello_world.text/ksi.txt +0 -5
  1232. data/zettacode.files/hello_world.text/lambdatalk.txt +0 -5
  1233. data/zettacode.files/hello_world.text/lang5.txt +0 -1
  1234. data/zettacode.files/hello_world.text/langur.txt +0 -1
  1235. data/zettacode.files/hello_world.text/lasso.txt +0 -2
  1236. data/zettacode.files/hello_world.text/latex.txt +0 -4
  1237. data/zettacode.files/hello_world.text/latitude.txt +0 -1
  1238. data/zettacode.files/hello_world.text/lc3_assembly.txt +0 -18
  1239. data/zettacode.files/hello_world.text/ldpl.txt +0 -4
  1240. data/zettacode.files/hello_world.text/lean.txt +0 -3
  1241. data/zettacode.files/hello_world.text/lfe.txt +0 -3
  1242. data/zettacode.files/hello_world.text/liberty_basic.txt +0 -1
  1243. data/zettacode.files/hello_world.text/lil.txt +0 -5
  1244. data/zettacode.files/hello_world.text/lily.txt +0 -7
  1245. data/zettacode.files/hello_world.text/lilypond.txt +0 -11
  1246. data/zettacode.files/hello_world.text/limbo.txt +0 -14
  1247. data/zettacode.files/hello_world.text/lingo.txt +0 -5
  1248. data/zettacode.files/hello_world.text/lisaac.txt +0 -16
  1249. data/zettacode.files/hello_world.text/little.txt +0 -9
  1250. data/zettacode.files/hello_world.text/livecode.txt +0 -15
  1251. data/zettacode.files/hello_world.text/llvm.txt +0 -13
  1252. data/zettacode.files/hello_world.text/lobster.txt +0 -1
  1253. data/zettacode.files/hello_world.text/logo.txt +0 -4
  1254. data/zettacode.files/hello_world.text/logtalk.txt +0 -7
  1255. data/zettacode.files/hello_world.text/lolcode.txt +0 -6
  1256. data/zettacode.files/hello_world.text/lotusscript.txt +0 -5
  1257. data/zettacode.files/hello_world.text/lse.txt +0 -1
  1258. data/zettacode.files/hello_world.text/lse64.txt +0 -1
  1259. data/zettacode.files/hello_world.text/lua.txt +0 -12
  1260. data/zettacode.files/hello_world.text/luna.txt +0 -3
  1261. data/zettacode.files/hello_world.text/m2000_interpreter.txt +0 -5
  1262. data/zettacode.files/hello_world.text/m4.txt +0 -2
  1263. data/zettacode.files/hello_world.text/maclisp.txt +0 -3
  1264. data/zettacode.files/hello_world.text/macro-10.txt +0 -24
  1265. data/zettacode.files/hello_world.text/macro-11.txt +0 -28
  1266. data/zettacode.files/hello_world.text/make.txt +0 -9
  1267. data/zettacode.files/hello_world.text/malbolge.txt +0 -7
  1268. data/zettacode.files/hello_world.text/manool.txt +0 -10
  1269. data/zettacode.files/hello_world.text/maple.txt +0 -4
  1270. data/zettacode.files/hello_world.text/mathcad.txt +0 -3
  1271. data/zettacode.files/hello_world.text/mathematica}}_-_{{header|wolfram_language.txt +0 -1
  1272. data/zettacode.files/hello_world.text/matlab.txt +0 -2
  1273. data/zettacode.files/hello_world.text/maude.txt +0 -13
  1274. data/zettacode.files/hello_world.text/maxima.txt +0 -1
  1275. data/zettacode.files/hello_world.text/maxscript.txt +0 -3
  1276. data/zettacode.files/hello_world.text/mdl.txt +0 -2
  1277. data/zettacode.files/hello_world.text/mel.txt +0 -3
  1278. data/zettacode.files/hello_world.text/melonbasic.txt +0 -3
  1279. data/zettacode.files/hello_world.text/mercury.txt +0 -8
  1280. data/zettacode.files/hello_world.text/metafont.txt +0 -1
  1281. data/zettacode.files/hello_world.text/min.txt +0 -1
  1282. data/zettacode.files/hello_world.text/miniscript.txt +0 -1
  1283. data/zettacode.files/hello_world.text/minizinc.txt +0 -2
  1284. data/zettacode.files/hello_world.text/mips_assembly.txt +0 -12
  1285. data/zettacode.files/hello_world.text/mirc_scripting_language.txt +0 -1
  1286. data/zettacode.files/hello_world.text/ml-i.txt +0 -1
  1287. data/zettacode.files/hello_world.text/modula-2.txt +0 -24
  1288. data/zettacode.files/hello_world.text/modula-3.txt +0 -7
  1289. data/zettacode.files/hello_world.text/montilang.txt +0 -1
  1290. data/zettacode.files/hello_world.text/morfa.txt +0 -7
  1291. data/zettacode.files/hello_world.text/mosaic.txt +0 -3
  1292. data/zettacode.files/hello_world.text/muf.txt +0 -4
  1293. data/zettacode.files/hello_world.text/mumps.txt +0 -1
  1294. data/zettacode.files/hello_world.text/mydef.txt +0 -27
  1295. data/zettacode.files/hello_world.text/myrtlescript.txt +0 -6
  1296. data/zettacode.files/hello_world.text/mysql.txt +0 -2
  1297. data/zettacode.files/hello_world.text/mythryl.txt +0 -2
  1298. data/zettacode.files/hello_world.text/n-t-roff.txt +0 -6
  1299. data/zettacode.files/hello_world.text/nanoquery.txt +0 -1
  1300. data/zettacode.files/hello_world.text/neat.txt +0 -2
  1301. data/zettacode.files/hello_world.text/neko.txt +0 -1
  1302. data/zettacode.files/hello_world.text/nemerle.txt +0 -13
  1303. data/zettacode.files/hello_world.text/netrexx.txt +0 -1
  1304. data/zettacode.files/hello_world.text/never.txt +0 -4
  1305. data/zettacode.files/hello_world.text/newlisp.txt +0 -2
  1306. data/zettacode.files/hello_world.text/nickle.txt +0 -1
  1307. data/zettacode.files/hello_world.text/nim.txt +0 -3
  1308. data/zettacode.files/hello_world.text/nit.txt +0 -1
  1309. data/zettacode.files/hello_world.text/nix.txt +0 -1
  1310. data/zettacode.files/hello_world.text/nlp++.txt +0 -5
  1311. data/zettacode.files/hello_world.text/ns-hubasic.txt +0 -6
  1312. data/zettacode.files/hello_world.text/nyquist.txt +0 -15
  1313. data/zettacode.files/hello_world.text/oberon-2.txt +0 -11
  1314. data/zettacode.files/hello_world.text/objeck.txt +0 -6
  1315. data/zettacode.files/hello_world.text/objective-c.txt +0 -42
  1316. data/zettacode.files/hello_world.text/ocaml.txt +0 -1
  1317. data/zettacode.files/hello_world.text/occam.txt +0 -5
  1318. data/zettacode.files/hello_world.text/octave.txt +0 -5
  1319. data/zettacode.files/hello_world.text/odin.txt +0 -6
  1320. data/zettacode.files/hello_world.text/oforth.txt +0 -1
  1321. data/zettacode.files/hello_world.text/ol.txt +0 -1
  1322. data/zettacode.files/hello_world.text/onyx.txt +0 -1
  1323. data/zettacode.files/hello_world.text/ooc.txt +0 -8
  1324. data/zettacode.files/hello_world.text/oorexx.txt +0 -4
  1325. data/zettacode.files/hello_world.text/openlisp.txt +0 -10
  1326. data/zettacode.files/hello_world.text/openscad.txt +0 -5
  1327. data/zettacode.files/hello_world.text/oxygene.txt +0 -25
  1328. data/zettacode.files/hello_world.text/oz.txt +0 -1
  1329. data/zettacode.files/hello_world.text/pari-gp.txt +0 -2
  1330. data/zettacode.files/hello_world.text/pascal.txt +0 -5
  1331. data/zettacode.files/hello_world.text/pasm.txt +0 -2
  1332. data/zettacode.files/hello_world.text/pdp-11_assembly.txt +0 -15
  1333. data/zettacode.files/hello_world.text/pdp-1_assembly.txt +0 -22
  1334. data/zettacode.files/hello_world.text/pepsiscript.txt +0 -16
  1335. data/zettacode.files/hello_world.text/perl.txt +0 -11
  1336. data/zettacode.files/hello_world.text/peylang.txt +0 -1
  1337. data/zettacode.files/hello_world.text/pharo.txt +0 -4
  1338. data/zettacode.files/hello_world.text/phix.txt +0 -4
  1339. data/zettacode.files/hello_world.text/phl.txt +0 -7
  1340. data/zettacode.files/hello_world.text/php.txt +0 -5
  1341. data/zettacode.files/hello_world.text/picat.txt +0 -1
  1342. data/zettacode.files/hello_world.text/picolisp.txt +0 -1
  1343. data/zettacode.files/hello_world.text/pict.txt +0 -6
  1344. data/zettacode.files/hello_world.text/pikachu.txt +0 -23
  1345. data/zettacode.files/hello_world.text/pike.txt +0 -3
  1346. data/zettacode.files/hello_world.text/pilot.txt +0 -1
  1347. data/zettacode.files/hello_world.text/pir.txt +0 -3
  1348. data/zettacode.files/hello_world.text/pixilang.txt +0 -1
  1349. data/zettacode.files/hello_world.text/pl-i.txt +0 -3
  1350. data/zettacode.files/hello_world.text/pl-m.txt +0 -13
  1351. data/zettacode.files/hello_world.text/pl-sql.txt +0 -21
  1352. data/zettacode.files/hello_world.text/plain_english.txt +0 -7
  1353. data/zettacode.files/hello_world.text/plan.txt +0 -14
  1354. data/zettacode.files/hello_world.text/pony.txt +0 -3
  1355. data/zettacode.files/hello_world.text/pop11.txt +0 -1
  1356. data/zettacode.files/hello_world.text/portugol.txt +0 -11
  1357. data/zettacode.files/hello_world.text/postscript.txt +0 -31
  1358. data/zettacode.files/hello_world.text/potion.txt +0 -1
  1359. data/zettacode.files/hello_world.text/powerbasic.txt +0 -7
  1360. data/zettacode.files/hello_world.text/powershell.txt +0 -4
  1361. data/zettacode.files/hello_world.text/processing.txt +0 -1
  1362. data/zettacode.files/hello_world.text/prodos.txt +0 -1
  1363. data/zettacode.files/hello_world.text/programming_language.txt +0 -5
  1364. data/zettacode.files/hello_world.text/prolog.txt +0 -1
  1365. data/zettacode.files/hello_world.text/promal.txt +0 -7
  1366. data/zettacode.files/hello_world.text/psql.txt +0 -7
  1367. data/zettacode.files/hello_world.text/pure.txt +0 -5
  1368. data/zettacode.files/hello_world.text/purebasic.txt +0 -5
  1369. data/zettacode.files/hello_world.text/python.txt +0 -19
  1370. data/zettacode.files/hello_world.text/qb64.txt +0 -1
  1371. data/zettacode.files/hello_world.text/quackery.txt +0 -1
  1372. data/zettacode.files/hello_world.text/quill.txt +0 -1
  1373. data/zettacode.files/hello_world.text/quite_basic.txt +0 -1
  1374. data/zettacode.files/hello_world.text/r.txt +0 -5
  1375. data/zettacode.files/hello_world.text/ra.txt +0 -8
  1376. data/zettacode.files/hello_world.text/racket.txt +0 -3
  1377. data/zettacode.files/hello_world.text/raku.txt +0 -4
  1378. data/zettacode.files/hello_world.text/rasel.txt +0 -1
  1379. data/zettacode.files/hello_world.text/ratfor.txt +0 -11
  1380. data/zettacode.files/hello_world.text/raven.txt +0 -1
  1381. data/zettacode.files/hello_world.text/realbasic.txt +0 -7
  1382. data/zettacode.files/hello_world.text/rebol.txt +0 -1
  1383. data/zettacode.files/hello_world.text/red.txt +0 -1
  1384. data/zettacode.files/hello_world.text/relation.txt +0 -4
  1385. data/zettacode.files/hello_world.text/rescript.txt +0 -2
  1386. data/zettacode.files/hello_world.text/retro.txt +0 -4
  1387. data/zettacode.files/hello_world.text/rexx.txt +0 -13
  1388. data/zettacode.files/hello_world.text/ring.txt +0 -1
  1389. data/zettacode.files/hello_world.text/risc-v.txt +0 -11
  1390. data/zettacode.files/hello_world.text/rockstar.txt +0 -1
  1391. data/zettacode.files/hello_world.text/rtl-2.txt +0 -12
  1392. data/zettacode.files/hello_world.text/ruby.txt +0 -11
  1393. data/zettacode.files/hello_world.text/run_basic.txt +0 -1
  1394. data/zettacode.files/hello_world.text/rust.txt +0 -13
  1395. data/zettacode.files/hello_world.text/salmon.txt +0 -9
  1396. data/zettacode.files/hello_world.text/sas.txt +0 -4
  1397. data/zettacode.files/hello_world.text/sasl.txt +0 -4
  1398. data/zettacode.files/hello_world.text/sather.txt +0 -5
  1399. data/zettacode.files/hello_world.text/scala.txt +0 -19
  1400. data/zettacode.files/hello_world.text/scheme.txt +0 -21
  1401. data/zettacode.files/hello_world.text/scilab.txt +0 -1
  1402. data/zettacode.files/hello_world.text/scratchscript.txt +0 -4
  1403. data/zettacode.files/hello_world.text/sed.txt +0 -3
  1404. data/zettacode.files/hello_world.text/seed7.txt +0 -6
  1405. data/zettacode.files/hello_world.text/self.txt +0 -1
  1406. data/zettacode.files/hello_world.text/sensetalk.txt +0 -1
  1407. data/zettacode.files/hello_world.text/set_lang.txt +0 -12
  1408. data/zettacode.files/hello_world.text/setl.txt +0 -1
  1409. data/zettacode.files/hello_world.text/setl4.txt +0 -1
  1410. data/zettacode.files/hello_world.text/shen.txt +0 -1
  1411. data/zettacode.files/hello_world.text/shiny.txt +0 -1
  1412. data/zettacode.files/hello_world.text/sidef.txt +0 -1
  1413. data/zettacode.files/hello_world.text/simplecode.txt +0 -3
  1414. data/zettacode.files/hello_world.text/simpol.txt +0 -2
  1415. data/zettacode.files/hello_world.text/simula.txt +0 -5
  1416. data/zettacode.files/hello_world.text/sing.txt +0 -7
  1417. data/zettacode.files/hello_world.text/sisal.txt +0 -10
  1418. data/zettacode.files/hello_world.text/skookumscript.txt +0 -3
  1419. data/zettacode.files/hello_world.text/slate.txt +0 -1
  1420. data/zettacode.files/hello_world.text/slope.txt +0 -1
  1421. data/zettacode.files/hello_world.text/smalltalk.txt +0 -4
  1422. data/zettacode.files/hello_world.text/smart_basic.txt +0 -1
  1423. data/zettacode.files/hello_world.text/smilebasic.txt +0 -1
  1424. data/zettacode.files/hello_world.text/snobol4.txt +0 -3
  1425. data/zettacode.files/hello_world.text/snusp.txt +0 -11
  1426. data/zettacode.files/hello_world.text/soneking_assembly.txt +0 -10
  1427. data/zettacode.files/hello_world.text/sparc_assembly.txt +0 -18
  1428. data/zettacode.files/hello_world.text/sparkling.txt +0 -1
  1429. data/zettacode.files/hello_world.text/spl.txt +0 -1
  1430. data/zettacode.files/hello_world.text/sql.txt +0 -12
  1431. data/zettacode.files/hello_world.text/sql_pl.txt +0 -35
  1432. data/zettacode.files/hello_world.text/standard_ml.txt +0 -1
  1433. data/zettacode.files/hello_world.text/stata.txt +0 -1
  1434. data/zettacode.files/hello_world.text/suneido.txt +0 -1
  1435. data/zettacode.files/hello_world.text/swahili.txt +0 -1
  1436. data/zettacode.files/hello_world.text/swift.txt +0 -4
  1437. data/zettacode.files/hello_world.text/symsyn.txt +0 -3
  1438. data/zettacode.files/hello_world.text/tailspin.txt +0 -1
  1439. data/zettacode.files/hello_world.text/tcl.txt +0 -5
  1440. data/zettacode.files/hello_world.text/teco.txt +0 -2
  1441. data/zettacode.files/hello_world.text/tern.txt +0 -1
  1442. data/zettacode.files/hello_world.text/terra.txt +0 -6
  1443. data/zettacode.files/hello_world.text/terraform.txt +0 -3
  1444. data/zettacode.files/hello_world.text/testml.txt +0 -2
  1445. data/zettacode.files/hello_world.text/ti-83_basic.txt +0 -2
  1446. data/zettacode.files/hello_world.text/ti-89_basic.txt +0 -1
  1447. data/zettacode.files/hello_world.text/tiny_basic.txt +0 -5
  1448. data/zettacode.files/hello_world.text/tmg.txt +0 -2
  1449. data/zettacode.files/hello_world.text/torquescript.txt +0 -1
  1450. data/zettacode.files/hello_world.text/tpp.txt +0 -1
  1451. data/zettacode.files/hello_world.text/transact-sql.txt +0 -2
  1452. data/zettacode.files/hello_world.text/transd.txt +0 -2
  1453. data/zettacode.files/hello_world.text/transforth.txt +0 -1
  1454. data/zettacode.files/hello_world.text/trith.txt +0 -1
  1455. data/zettacode.files/hello_world.text/true_basic.txt +0 -5
  1456. data/zettacode.files/hello_world.text/tuscript.txt +0 -8
  1457. data/zettacode.files/hello_world.text/ubasic-4th.txt +0 -1
  1458. data/zettacode.files/hello_world.text/uniface.txt +0 -3
  1459. data/zettacode.files/hello_world.text/unison.txt +0 -3
  1460. data/zettacode.files/hello_world.text/unix_shell.txt +0 -9
  1461. data/zettacode.files/hello_world.text/unlambda.txt +0 -1
  1462. data/zettacode.files/hello_world.text/ursa.txt +0 -1
  1463. data/zettacode.files/hello_world.text/ursala.txt +0 -10
  1464. data/zettacode.files/hello_world.text/v.txt +0 -1
  1465. data/zettacode.files/hello_world.text/v_(vlang).txt +0 -3
  1466. data/zettacode.files/hello_world.text/vala.txt +0 -3
  1467. data/zettacode.files/hello_world.text/vax_assembly.txt +0 -10
  1468. data/zettacode.files/hello_world.text/vba.txt +0 -6
  1469. data/zettacode.files/hello_world.text/vbscript.txt +0 -2
  1470. data/zettacode.files/hello_world.text/vedit_macro_language.txt +0 -1
  1471. data/zettacode.files/hello_world.text/verbexx.txt +0 -2
  1472. data/zettacode.files/hello_world.text/verilog.txt +0 -8
  1473. data/zettacode.files/hello_world.text/vhdl.txt +0 -16
  1474. data/zettacode.files/hello_world.text/vim_script.txt +0 -1
  1475. data/zettacode.files/hello_world.text/visual_basic.txt +0 -22
  1476. data/zettacode.files/hello_world.text/visual_basic_.net.txt +0 -7
  1477. data/zettacode.files/hello_world.text/viua_vm_assembly.txt +0 -6
  1478. data/zettacode.files/hello_world.text/vtl-2.txt +0 -1
  1479. data/zettacode.files/hello_world.text/wart.txt +0 -2
  1480. data/zettacode.files/hello_world.text/wdte.txt +0 -1
  1481. data/zettacode.files/hello_world.text/webassembly.txt +0 -38
  1482. data/zettacode.files/hello_world.text/wee_basic.txt +0 -2
  1483. data/zettacode.files/hello_world.text/whenever.txt +0 -2
  1484. data/zettacode.files/hello_world.text/whiley.txt +0 -5
  1485. data/zettacode.files/hello_world.text/whitespace.txt +0 -1
  1486. data/zettacode.files/hello_world.text/wisp.txt +0 -8
  1487. data/zettacode.files/hello_world.text/wolfram_language.txt +0 -1
  1488. data/zettacode.files/hello_world.text/wren.txt +0 -1
  1489. data/zettacode.files/hello_world.text/x10.txt +0 -8
  1490. data/zettacode.files/hello_world.text/x86-64_assembly.txt +0 -44
  1491. data/zettacode.files/hello_world.text/x86_assembly.txt +0 -37
  1492. data/zettacode.files/hello_world.text/xbasic.txt +0 -12
  1493. data/zettacode.files/hello_world.text/xeec.txt +0 -4
  1494. data/zettacode.files/hello_world.text/xl.txt +0 -2
  1495. data/zettacode.files/hello_world.text/xlisp.txt +0 -2
  1496. data/zettacode.files/hello_world.text/xpath.txt +0 -1
  1497. data/zettacode.files/hello_world.text/xpl0.txt +0 -3
  1498. data/zettacode.files/hello_world.text/xslt.txt +0 -5
  1499. data/zettacode.files/hello_world.text/yabasic.txt +0 -3
  1500. data/zettacode.files/hello_world.text/yorick.txt +0 -1
  1501. data/zettacode.files/hello_world.text/z80_assembly.txt +0 -21
  1502. data/zettacode.files/hello_world.text/zig.txt +0 -4
  1503. data/zettacode.files/hello_world.text/zkl.txt +0 -2
  1504. data/zettacode.files/hello_world.text/zoea.txt +0 -2
  1505. data/zettacode.files/hello_world.text/zoea_visual.txt +0 -1
  1506. data/zettacode.files/hello_world.text/zoomscript.txt +0 -5
  1507. data/zettacode.files/hello_world.text/zx_spectrum_basic.txt +0 -4
  1508. data/zettacode.files/hello_world.text//340/256/211/340/256/257/340/256/277/340/256/260/340/257/215-uyir.txt +0 -5
@@ -1,158 +0,0 @@
1
- Bc
2
-
3
- 1, @"I Ac", ( 0, 0, 400, 300 )
4
-
5
- NSI = 25
6
- NSI b = 53
7
-
8
- " "" + "b" = " ( + b)
9
- "ubc "" - "b" = " ( - b)
10
- "uc "" * "b" = " ( * b)
11
- " "" "b" = " ( b)
12
- f @"f % % = %f", , b, (f) (f)b
13
- "u "" % "b" = " ( b)
14
- " "" ^ "b" = " ( ^ b)
15
-
16
- HE
17
-
18
-
19
- Ouu:
20
-
21
- : 25 + 53 = 78
22
- ubc: 25 - 53 = -28
23
- uc: 25 * 53 = 1325
24
- : 25 53 = 0
25
- f : 25 53 = 0.471698
26
- u: 25 53 = 25
27
- : 25 ^ 53 = 1.232595+74
28
-
29
-
30
- S I, M1, M2 Mc c u u
31
-
32
-
33
- _ = 1
34
- b u 1
35
- _1Lb
36
- _1F
37
- _2Lb
38
- _2F
39
- _ccRu
40
- _ccB
41
- u
42
-
43
- c f BuW
44
- CGRc
45
-
46
- = f CGRcM( 0, 0, 480, 360 )
47
- _, @"I Ac", , NSWSMT + NSWSMCb + NSWSMMuzb
48
-
49
- = f CGRcM( 240, 320, 150, 24 )
50
- b _1Lb, @"E f :", , _
51
- CSA( _1Lb, NSTAR )
52
- = f CGRcM( 400, 322, 60, 24 )
53
- f _1F, YES, @"25", , _
54
- CSA( _1F, NSTAC )
55
- CSUSLM( _1F, YES )
56
- CSF( _1F, @"0123456789-", YES, 5, NULL )
57
-
58
- = f CGRcM( 240, 290, 150, 24 )
59
- b _2Lb, @"E c :", , _
60
- CSA( _2Lb, NSTAR )
61
- = f CGRcM( 400, 292, 60, 24 )
62
- f _2F, YES, @"53", , _
63
- CSA( _2F, NSTAC )
64
- CSUSLM( _2F, YES )
65
- CSF( _2F, @"0123456789-", YES, 5, NULL )
66
-
67
- = f CGRcM( 50, 60, 380, 200 )
68
- _ccRu, ,,, _
69
- TVSTCI( _ccRu, f CGSzM( 10, 20 ) )
70
- TSFWN( _ccRu, @"M", 13.0 )
71
- TVSEb( _ccRu, NO )
72
-
73
- = f CGRcM( 370, 13, 100, 32 )
74
- bu _ccB,,, @"Ccu",
75
- f
76
-
77
- c f PfCcu
78
- CFSRf S
79
-
80
- NSI 1 = f CIVu( _1F )
81
- NSI 2 = f CIVu( _2F )
82
-
83
- CFMubSRf uS = f MubSWCc( 0 )
84
-
85
- D u
86
- S = f SWF( @"Nub 1: %\Nub 2: %\\", 1, 2 )
87
- MubSAS( uS, S )
88
-
89
- A
90
- S = f SWF( @"A: % + % = %\", 1, 2, 1 + 2 )
91
- MubSAS( uS, S )
92
-
93
- Subc
94
- S = f SWF( @"Subc: % - % = %\", 1, 2, 1 - 2 )
95
- MubSAS( uS, S )
96
-
97
- Mu
98
- S = f SWF( @"Muc: % * % = %\", 1, 2, 1 * 2 )
99
- MubSAS( uS, S )
100
-
101
- f ( 2 != 0 )
102
-
103
- D
104
- S = f SWF( @"I D: % % = %\", 1, 2, 1 2 )
105
- MubSAS( uS, S )
106
-
107
- F D
108
- S = f SWF( @"F D: % % = %f\", 1, 2, (f)1 (f)2 )
109
- MubSAS( uS, S )
110
-
111
-
112
- S = f SWF( @"Mu: % % = % \", 1, 2, 1 2 )
113
- MubSAS( uS, S )
114
-
115
-
116
- S = f SWF( @"P: % ^ % = %\", 1, 2, 1 ^ 2 )
117
- MubSAS( uS, S )
118
-
119
-
120
-
121
- MubSAS( uS, @"C b z." )
122
-
123
- f
124
-
125
- TSS( _ccRu, uS )
126
- f
127
-
128
- c f DD( , , )
129
- '~'1
130
- c ( )
131
- c _bCc
132
- c ( )
133
- c _ccB : f PfCcu
134
- c
135
- c _WC :
136
- c
137
- f
138
-
139
- f DD
140
-
141
- f BuW
142
-
143
- HE
144
-
145
-
146
- Ouu:
147
-
148
- Nub 1: 25
149
- Nub 2: 53
150
-
151
- A: 25 + 53 = 78
152
- Subc: 25 - 53 = -28
153
- Muc: 25 * 53 = 1325
154
- I D: 25 53 = 0
155
- F D: 25 53 = 0.471698
156
- Mu: 25 53 = 25
157
- P: 25 ^ 53 = 1.232595+74
158
-
@@ -1,30 +0,0 @@
1
- Pubc Sub M()
2
- D , b A S
3
- D c, A I
4
-
5
- P "E ub, b c:"
6
- Iu , b
7
-
8
- c = CI()
9
- = CI(b)
10
-
11
- P "Su: " (c + )
12
- P "Dffc:" (c - )
13
- P "Puc: " (c * )
14
- P "I: " (c D )
15
- P "R: " (c M )
16
- P "E: " (c ^ )
17
-
18
- E
19
-
20
- Ouu:
21
-
22
- E ub, b c:
23
- 8 1
24
- Su: 9
25
- Dffc:7
26
- Puc: 8
27
- I: 8
28
- R: 0
29
- E: 8
30
-
@@ -1,15 +0,0 @@
1
- u := fuco()
2
- c , b, f
3
- f := IuTU()
4
- P(" =\")
5
- := I(C(RL(f)))
6
- P("b =\")
7
- b := I(C(RL(f)))
8
- D(Cc(S(), " + ", S(b), " = ", S( + b)))
9
- D(Cc(S(), " - ", S(b), " = ", S( - b)))
10
- D(Cc(S(), " * ", S(b), " = ", S( * b)))
11
- D(Cc(S(), " ", S(b), " = ", S(QuI(, b)))) # 0
12
- D(Cc(S(), " ", S(b), " = ", S(RI(, b)))) #
13
- D(Cc(S(), " ^ ", S(b), " = ", S( ^ b)))
14
- CS(f)
15
-
@@ -1,23 +0,0 @@
1
- N: U '':'' ''u'' f bc uc 0.43.92, Fbu 2019.
2
-
3
- [d=4]
4
- *
5
- AcI, G
6
- c c-.
7
- *
8
-
9
- :
10
- : = 0
11
- b: = 0
12
- f . 2 b = .([2])
13
- f . 1 = .([1])
14
-
15
- @"+b: $ u $b $(+b)"
16
- @"-b: $ u $b $(-b)"
17
- @"*b: $ $b $(*b)"
18
- @"b: $ b $b qu $(b) (u TRUNCATION)"
19
- @"%b: $ b $b $(%b) ( c f )"
20
-
21
- "\G cu "
22
-
23
- u 0
@@ -1,7 +0,0 @@
1
- R (m)
2
- R ()
3
- + P
4
- - P
5
- × P
6
- P
7
- P
@@ -1,66 +0,0 @@
1
- ======
2
- ck m
3
-
4
- "f"
5
-
6
- fuc () {
7
- , b
8
- f.P(" : ")
9
- f.Sc(, b)
10
- f.Pf("% + % = %\", , b, +b)
11
- f.Pf("% - % = %\", , b, -b)
12
- f.Pf("% * % = %\", , b, *b)
13
- f.Pf("% % = %\", , b, b) uc 0
14
- f.Pf("% %% % = %\", , b, %b) f
15
-
16
- }
17
- {{u|E u}}
18
-
19
- : -5 3
20
- -5 + 3 = -2
21
- -5 - 3 = -8
22
- -5 * 3 = -15
23
- -5 3 = -1
24
- -5 % 3 = -2
25
-
26
- ===b.I===
27
- ck m
28
-
29
- (
30
- "f"
31
- "b"
32
- )
33
-
34
- fuc () {
35
- , b, c b.I
36
- f.P(" : ")
37
- f.Sc(, b)
38
- f.Pf("% + % = %\", , b, c.A(, b))
39
- f.Pf("% - % = %\", , b, c.Sub(, b))
40
- f.Pf("% * % = %\", , b, c.Mu(, b))
41
-
42
- Qu, R fuc G :
43
- qu uc 0,
44
- -z f .
45
- f.Pf("% qu % = %\", , b, c.Qu(, b))
46
- f.Pf("% % = %\", , b, c.R(, b))
47
-
48
- D, M fuc Euc :
49
- u = b -,
50
- f = b, u * + = .
51
- f.Pf("% % = %\", , b, c.D(, b))
52
- f.Pf("% % = %\", , b, c.M(, b))
53
-
54
- ,
55
- }
56
- {{u|E u}}
57
-
58
- : -5 3
59
- -5 + 3 = -2
60
- -5 - 3 = -8
61
- -5 * 3 = -15
62
- -5 qu 3 = -1
63
- -5 3 = -2
64
- -5 3 = -2
65
- -5 3 = 1
66
-
@@ -1,18 +0,0 @@
1
- '''Su:'''
2
- df mc = { , b -
3
- """
4
- + b = ${} + ${b} = ${ + b}
5
- - b = ${} - ${b} = ${ - b}
6
- * b = ${} * ${b} = ${ * b}
7
- b = ${} ${b} = ${ b} !!! C f !
8
- ()( b) = ()(${} ${b}) = ${()( b)} !!! Tuc f fc
9
- .(b) = ${}.(${b}) = ${.(b)} !!! B f uc , cu
10
- % b = ${} % ${b} = ${ % b}
11
-
12
- E b c G, :
13
- ** b = ${} ** ${b} = ${ ** b}
14
- """
15
- }
16
-
17
- '''T:'''
18
- mc(5,3)
@@ -1,11 +0,0 @@
1
- ocdu T( , b )
2
- ? "+b", + b
3
- ? "-b", - b
4
- ? "*b", * b
5
- T qu ' , u I() fuc, c uc .
6
- ? "b", I( b )
7
- R:
8
- ? "%b", % b
9
- E b c
10
- ? "**b", ** b
11
- u
@@ -1,16 +0,0 @@
1
-
2
- m = do
3
- - L :: IO I
4
- b - L :: IO I
5
- uSL $ " + b = " ++ ( + b)
6
- uSL $ " - b = " ++ ( - b)
7
- uSL $ " * b = " ++ ( * b)
8
- uSL $ " f b = " ++ ( ** b)
9
- uSL $ " f b = " ++ ( ^ b)
10
- uSL $ " f b = " ++ ( ^^ b)
11
- uSL $ " `` b = " ++ ( `` b) -- uc f
12
- uSL $ " `` b = " ++ ( `` b) -- c
13
- uSL $ " `M` b = " ++ ( `M` b)
14
- uSL $ " `qu` b = " ++ ( `qu` b) -- uc 0
15
- uSL $ " `` b = " ++ ( `` b) -- f
16
- uSL $ " `quR` b = " ++ ( `quR` b)
@@ -1,13 +0,0 @@
1
- c BcIAmc {
2
- ubc c fuc () {
3
- =S.()
4
- f (. 2) u
5
- = S.F([0])
6
- b = S.F([1])
7
- c("+b = " + (+b))
8
- c("-b = " + (-b))
9
- c("*b = " + (*b))
10
- c("b = " + (b))
11
- c("%b = " + (%b))
12
- }
13
- }
@@ -1,26 +0,0 @@
1
- A uc 8-b-f. C b INT, NINT, FLOOR, CEILING, F IO
2
- DLG(Ed=A, Ed=B, TI='E umc A d B')
3
- WRITE(N) A, B
4
- WRITE() ' A + B = ', A + B
5
- WRITE() ' A - B = ', A - B
6
- WRITE() ' A * B = ', A * B
7
- WRITE() ' A B = ', A B ! uc
8
- WRITE() 'uc A B = ', INT(A B) ! uc 0
9
- WRITE() 'u A B = ', NINT(A B) ! uc
10
- WRITE() 'u A B = ', FLOOR(A B) ! uc u f
11
- WRITE() 'u u A B = ', CEILING(A B) ! uc u f
12
- WRITE() ' f A B = ', MOD(A, B) ! A
13
- WRITE() 'A f B = ', A ^ B
14
- WRITE() 'A f B = ', A ** B
15
- A=5 B=-4
16
- A + B = 1
17
- A - B = 9
18
- A * B = -20
19
- A B = -1.25
20
- uc A B = -1
21
- u A B = -1
22
- u A B = -2
23
- u u A B = -1
24
- f A B = 1
25
- A f B = 16E-4
26
- A f B = 16E-4
@@ -1,14 +0,0 @@
1
- I64 *, *b
2
- = S2I64(GS("E u f ub: "))
3
- b = S2I64(GS("E u c ub: "))
4
-
5
- f (b == 0)
6
- P("E: T c ub u b z.\")
7
- {
8
- P(" + b = %\", + b)
9
- P(" - b = %\", - b)
10
- P(" * b = %\", * b)
11
- P(" b = %\", b) * u *
12
- P(" % b = %\", % b) * f *
13
- P(" ` b = %\", ` b)
14
- }
@@ -1,11 +0,0 @@
1
- m
2
- $= ((' '))
3
- b $= (('\'))
4
-
5
- ("Su:" , + b)
6
- ("Dffc:", - b)
7
- ("Puc:" , * b)
8
- ("Qu:" , b) u z
9
- ("Muu:" , % b) f
10
- ("E:" , ^ b)
11
- }
@@ -1,13 +0,0 @@
1
- ocdu m()
2
- ("Iu 1 := ")
3
- := (())
4
- ("Iu 2 b := ")
5
- b := (())
6
-
7
- (" + b = ",+b)
8
- (" - b = ",-b)
9
- (" * b = ",*b)
10
- (" b = ",b, " u 0")
11
- (" % b = ",%b, " c ")
12
- (" ^ b = ",^b)
13
-
@@ -1,27 +0,0 @@
1
-
2
- E Two Numb oom.
3
-
4
- Nuc c ub. U "[ub]" uc .
5
-
6
- T f ub ub .
7
-
8
- Af uc f f :
9
- f ub ub u.
10
-
11
- Af uc f c :
12
- A b f ub
13
- B b ub u
14
- "[A] + [B] = [A + B]." [ ]
15
- "[A] - [B] = [A u B]." [E ]
16
- P b b P = A * B P ub [ qu]
17
- "[A] * [B] = [P]."
18
- Q b b D Fu [ qu]
19
- "[A] [B] = [Q]."
20
- "[A] [B] = [ f A b B]."
21
- .
22
-
23
- Equ - D Fu
24
- Q = A B
25
- Q ub, A ub, B ub.
26
-
27
- T u fu : c , E , qu, qu. D u z, qu.
@@ -1,18 +0,0 @@
1
- cc =: + , - , * , .@% , |~ , ^
2
- T fuc cccc cuc f uc u f . T f u (c.@%.c) u ( f), cb u .
3
- 17 cc 3
4
- 20 14 51 5 2 4913
5
-
6
- T fuc cbc b u, u:
7
-
8
- b =: ].2 'Sum: Dffc: Poduc: Quo: Rmd: Eoo: '
9
- cb =: ,. ":@,.
10
- b =: b cb cc
11
-
12
- 17 b 3
13
- Su: 20
14
- Dffc: 14
15
- Puc: 51
16
- Qu: 5
17
- R: 2
18
- E: 4913
@@ -1,22 +0,0 @@
1
- mo jv.u.Sc
2
-
3
- ubc c IAc {
4
- ubc c (S[] ) {
5
- G 2 ub f c u
6
- Sc c = Sc(S.)
7
- = c.I()
8
- b = c.I()
9
-
10
- u = + b T u f '' 'b' (N: cu u cfu cc)
11
- ffc = - b T u f ubc 'b' f ''
12
- uc = * b T u f u '' 'b'
13
- = b T u f '' b 'b' (N: '' c fc u)
14
- = % b T f '' b 'b'
15
-
16
- S.u.(" + b = " + u)
17
- S.u.(" - b = " + ffc)
18
- S.u.(" * b = " + uc)
19
- S.u.("qu f b = " + ) uc 0
20
- S.u.(" f b = " + ) f
21
- }
22
- }
@@ -1,30 +0,0 @@
1
- ===WSc===
2
- {{ |JSc}}
3
- {{ |SM}}
4
- N f JSc qu f cfc u u.
5
- v = I(_u("E "), 10)
6
- b = I(_u("E "), 10)
7
-
8
- WSc.Ec(" = " + )
9
- WSc.Ec("b = " + b)
10
- WSc.Ec("u: + b = " + ( + b))
11
- WSc.Ec("ffc: - b = " + ( - b))
12
- WSc.Ec("uc: * b = " + ( * b))
13
- WSc.Ec("qu: b = " + ( b | 0)) "| 0" c
14
- WSc.Ec(": % b = " + ( % b))
15
-
16
- fuc _u() {
17
- uu()
18
- {
19
- u WSc.SI.L()
20
- } cc() {
21
- u ()
22
- }
23
- }
24
- fuc uu() {
25
- {
26
- WSc.Ec()
27
- } cc() {
28
- ()
29
- }
30
- }
@@ -1,17 +0,0 @@
1
- # L wc do o v wo kd:
2
-
3
- f c:
4
- (" ") | c( 0) | (ub)
5
- | f 1
6
- .[0] $ | .[1] $b
7
- | "F = \($) b = \($b):\" +
8
- " + b = \($ + $b)\" +
9
- " - b = \($ - $b)\" +
10
- " * b = \($ * $b)\" +
11
- "b|f = \($ $b | f)\" +
12
- " % b = \($ % $b)\" +
13
- " | = \($ | )\"
14
-
15
-
16
-
17
- c
@@ -1,33 +0,0 @@
1
- "u c"
2
- * AcI, J *
3
- = c.u()
4
- u = .c(^\*([+-]?[0-9]+)\+([+-]?[0-9]+)\*)
5
- = Nub(u[1])
6
- b = Nub(u[2])
7
-
8
- u("A ", , ", B ", b)
9
- u("Su A + B ", + b)
10
- u("Dffc A - B ", - b)
11
- u("Puc A * B ", * b)
12
- u("I qu A B ", b | 0, " uc 0")
13
- u("R A % B ", % b, " f f ")
14
- u("E A B ", M.(, b))
15
-
16
- *
17
- =!INPUTSTART!=
18
- 7 4
19
- =!INPUTEND!=
20
- *
21
-
22
-
23
- *
24
- =!EXPECTSTART!=
25
- A 7 , B 4
26
- Su A + B 11
27
- Dffc A - B 3
28
- Puc A * B 28
29
- I qu A B 1 uc 0
30
- R A % B 3 f f
31
- E A B 2401
32
- =!EXPECTEND!=
33
- *
@@ -1,4 +0,0 @@
1
- fuco mc ( = (I, d()), b = (I, d()))
2
- f [+,-,*,,]
3
- (" $ b = $((,b))")
4
-
@@ -1,41 +0,0 @@
1
- vo 1.1
2
-
3
- fu (: AS) {
4
- = R("""-?\+[ ]+-?\+""")
5
- (u) {
6
- ("E b c() q qu: ")
7
- u: S = L()!!.()
8
- f (u == "q" || u == "Q") b
9
- f (!u.c()) {
10
- ("I u, ")
11
- cu
12
- }
13
- = u.IOf(' ')
14
- = u.ub(0, ).E().L()
15
- b = u.ub( + 1).L()
16
- ("$ + $b = ${ + b}")
17
- ("$ - $b = ${ - b}")
18
- ("$ * $b = ${ * b}")
19
- f (b != 0L) {
20
- ("$ $b = ${ b}") u z
21
- ("$ % $b = ${ % b}") f -z, c f f
22
- }
23
- {
24
- ("$ $b = uf")
25
- ("$ % $b = uf")
26
- }
27
- = M.(.Dub(), b.Dub())
28
- ("$ ^ $b = ")
29
- f ( % 1.0 == 0.0) {
30
- f ( = L.MIN_VALUE.Dub() = L.MAX_VALUE.Dub())
31
- ("${.L()}")
32
-
33
- ("u f ")
34
- }
35
- f (!.F())
36
- (" f")
37
-
38
- (" ")
39
- ()
40
- }
41
- }
@@ -1,2 +0,0 @@
1
- {{VI }}b
2
- [[F:LbVIEW_Ac_I.]]
@@ -1,23 +0,0 @@
1
- T f Rc
2
-
3
- {f c
4
- {b {: :}
5
- {S. {{b {: : :}
6
- {b} : : : u {: : :}} : :}
7
- + - * % = }}}
8
- - c
9
-
10
- {c 8 12}
11
- -
12
- + 8 12 u 20
13
- - 8 12 u -4
14
- * 8 12 u 96
15
- 8 12 u 0.6666666666666666
16
- % 8 12 u 8
17
- 8 12 u 68719476736
18
- 8 12 u 12
19
- 8 12 u 8
20
- = 8 12 u f
21
- 8 12 u f
22
- 8 12 u u
23
-
@@ -1,8 +0,0 @@
1
- oc( = 6, b = 4)
2
- # + #b 10
3
- # - #b 2
4
- # * #b 24
5
- # #b 1
6
- # % #b 2
7
- _(#,#b) 1296
8
- _(#b,#) 4096