├── README.md ├── hello.adb ├── hello.arnoldc ├── hello.asm ├── hello.bas ├── hello.bat ├── hello.beatnik ├── hello.befunge ├── hello.bf ├── hello.c ├── hello.chai ├── hello.chn ├── hello.claw ├── hello.cls ├── hello.coffee ├── hello.copypasta ├── hello.cpp ├── hello.cs ├── hello.d ├── hello.dart ├── hello.dna ├── hello.el ├── hello.es ├── hello.f90 ├── hello.fr ├── hello.fs ├── hello.go ├── hello.hs ├── hello.html ├── hello.i ├── hello.java ├── hello.jl ├── hello.js ├── hello.kts ├── hello.ldr ├── hello.lol ├── hello.lua ├── hello.m ├── hello.mal ├── hello.mt ├── hello.n ├── hello.omgrofl ├── hello.php ├── hello.pl ├── hello.pokeball ├── hello.py ├── hello.qbasic ├── hello.r ├── hello.rb ├── hello.rf ├── hello.rs ├── hello.s ├── hello.sc ├── hello.scm ├── hello.seriously ├── hello.sh ├── hello.spl ├── hello.swift ├── hello.t ├── hello.tr ├── hello.tree ├── hello.ts ├── hello.unlambda ├── hello.v ├── hello.vb ├── hello.vbs ├── hello.vim ├── hello.vpp ├── hello.vue ├── hello.ws └── hello.z /README.md: -------------------------------------------------------------------------------- 1 | # Hello World! 2 | -------------------------------------------------------------------------------- /hello.adb: -------------------------------------------------------------------------------- 1 | with Ada.Text_IO; 2 | 3 | procedure Hello is 4 | begin 5 | Ada.Text_IO.Put_Line("Hello, world!"); 6 | end Hello; 7 | -------------------------------------------------------------------------------- /hello.arnoldc: -------------------------------------------------------------------------------- 1 | IT'S SHOWTIME 2 | TALK TO THE HAND "hello world" 3 | YOU HAVE BEEN TERMINATED 4 | -------------------------------------------------------------------------------- /hello.asm: -------------------------------------------------------------------------------- 1 | .LC0: 2 | .string "Hello, World!" 3 | main: 4 | push rbp 5 | mov rbp, rsp 6 | mov edi, OFFSET FLAT:.LC0 7 | mov eax, 0 8 | call printf 9 | mov eax, 0 10 | pop rbp 11 | ret 12 | -------------------------------------------------------------------------------- /hello.bas: -------------------------------------------------------------------------------- 1 | Print "Hello World" 2 | -------------------------------------------------------------------------------- /hello.bat: -------------------------------------------------------------------------------- 1 | echo "Hello World!" 2 | -------------------------------------------------------------------------------- /hello.beatnik: -------------------------------------------------------------------------------- 1 | Soars, larkspurs, rains. 2 | Indistinctness. 3 | Mario snarl (nurses, natures, rules...) sensuously retries goal. 4 | Agribusinesses' costs par lain ropes (mopes) autos' cores. 5 | Tuner ambitiousness. 6 | Flit. 7 | Dour entombment. 8 | Legals' saner kinking lapse. 9 | Nests glint. 10 | Dread, tied futures, dourer usual tumor grunts alter atonal 11 | garb tries shouldered coins. 12 | Taste a vast lustiness. 13 | Stile stuns gad subgroup gram lanes. 14 | Draftee insurer road: cuckold blunt, strut sunnier. 15 | Rely enure pantheism: arty gain groups (genies, pan) titters, tattles, nears. 16 | Bluffer tapes? Idle diatom stooge! 17 | Feted antes anklets ague? Remit goiter gout! 18 | Doubtless teared toed alohas will dull gangs' aerials' tails' sluices; 19 | Gusset ends! Gawkier halo! 20 | 21 | Enter abstruse rested loser beer guy louts. 22 | Curtain roams lasso weir lupus stunt. 23 | Truant bears animate talon. Entire torte originally timer. 24 | Redo stilt gobs. 25 | 26 | Utter centaurs; 27 | Urgent stars; 28 | Usurers (dilute); 29 | Noses; 30 | Bones; 31 | Brig sonar graders; 32 | Utensil silts; 33 | Lazies. 34 | Fret arson veterinary rows. 35 | 36 | Atlas grunted: "Pates, slues, sulfuric manor liaising tines, 37 | trailers, rep... unfair! Instant snots!" 38 | 39 | Sled rested until eatery fail. 40 | Ergs fortitude 41 | Indent spotter 42 | Euros enter egg. 43 | Curious tenures. 44 | Torus cutlasses. 45 | Sarong torso earns cruel lags it reeled. 46 | 47 | Engineer: "Erase handbag -- unite ratification!" 48 | 49 | oaring oaten donkeys unsold, surer rapid saltest tags 50 | BUTTERED TIBIA LUGS REWIRING TOILETS 51 | anion festers raring edit epilogues. 52 | DIRGE ROTOR. 53 | linnet oaring. 54 | GORE BOOTIES. 55 | Ironed goon lists tallest sublets -- 56 | Riots, 57 | Raucous onset. 58 | 59 | Ignobly, runners' diet anguishes sunrise loner. 60 | Erode mob, slier switcher! 61 | Loaners stilt drudge pearl atoll, risking hats' ends. 62 | 63 | Rebind sitters. 64 | 65 | Toga epistles -- crud lard. (Pager purse dons souls.) 66 | 67 | glob title a curio hired rites shed suds lade grease strut arctic revs toad 68 | unless idlers rind stilt region land GERMICIDES SULTANA GUTS gill siting leans 69 | nice spurs 70 | tests gloves 71 | roused asp 72 | 73 | Holes! Moles! (Sores!) 74 | Hygienists! Scars! (Asses!) 75 | Smells spell rares. 76 | 77 | Cubs instant sing in parse goodies. 78 | Rosin. Unhelpful sisal acres. Slope told. 79 | MALENESS PASTA LAB. "Infirmary vine," rang illiterates (beans). 80 | Rosin sours, insults truss abalones, nailed rules, helical atlases. 81 | Dear remodeling stings mar rents. 82 | Sunless shiner orb (silly idol.) 83 | Clarity disses senna. 84 | Vagabonds sauted; sloes performed gelds. 85 | Alter post radial lip sectioning gums. 86 | Saint Towellings. 87 | Larger aeons telephone stolid char, pal! 88 | Boats Dean forsook, rosters, tunas, terrariums -- united, traced. 89 | Nude pagoda careens. -------------------------------------------------------------------------------- /hello.befunge: -------------------------------------------------------------------------------- 1 | 64+"!dlroW ,olleH">:#,_@ 2 | -------------------------------------------------------------------------------- /hello.bf: -------------------------------------------------------------------------------- 1 | >++++++++[<+++++++++>-]<. 2 | >++++[<+++++++>-]<+. 3 | +++++++.. 4 | +++. 5 | >>++++++[<+++++++>-]<++. 6 | ------------. 7 | >++++++[<+++++++++>-]<+. 8 | <. 9 | +++. 10 | ------. 11 | --------. 12 | >>>++++[<++++++++>-]<+. 13 | -------------------------------------------------------------------------------- /hello.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("Hello World!\n"); 5 | return 0; 6 | } 7 | 8 | -------------------------------------------------------------------------------- /hello.chai: -------------------------------------------------------------------------------- 1 | Mitrooon 2 | bhaiyo aur behno "Hello World!" 3 | Achhe din aa gaye 4 | -------------------------------------------------------------------------------- /hello.chn: -------------------------------------------------------------------------------- 1 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 2 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 3 | chicken chicken chicken chicken 4 | chicken chicken chicken chicken chicken chicken chicken chicken chicken 5 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 6 | chicken chicken chicken chicken chicken chicken chicken 7 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 8 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 9 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 10 | chicken chicken chicken chicken 11 | chicken chicken chicken 12 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 13 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 14 | chicken chicken chicken 15 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 16 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 17 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 18 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 19 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 20 | chicken chicken chicken chicken chicken chicken 21 | 22 | chicken chicken chicken 23 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 24 | chicken chicken chicken chicken 25 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 26 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 27 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 28 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 29 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 30 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 31 | chicken chicken chicken chicken chicken chicken 32 | 33 | chicken chicken chicken chicken 34 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 35 | chicken chicken 36 | chicken chicken 37 | chicken chicken chicken chicken chicken chicken chicken chicken chicken 38 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 39 | chicken chicken chicken chicken chicken chicken 40 | 41 | chicken chicken 42 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 43 | chicken chicken chicken chicken chicken chicken chicken 44 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 45 | chicken chicken chicken chicken chicken chicken 46 | 47 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 48 | chicken chicken chicken 49 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 50 | chicken chicken chicken chicken chicken chicken chicken 51 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 52 | chicken chicken chicken chicken chicken chicken 53 | 54 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 55 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 56 | chicken chicken chicken 57 | chicken chicken chicken chicken chicken chicken chicken chicken 58 | chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken 59 | chicken chicken chicken chicken chicken chicken 60 | 61 | -------------------------------------------------------------------------------- /hello.claw: -------------------------------------------------------------------------------- 1 | /Hello, world! 2 | BOOT 3 | v>>>>>>>vv<>>>>v<<<<< 5 | v>>>>>>>vv<>>>>>>vv<>>>>v<<<<< 8 | v>>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>v<<<<< 13 | v>>>>>v<<<<< 14 | v>>>>>>>vv<>>>>>>vv<>>>>v<<<<< 17 | v>>>>>>>vv<>>>>v<<<<< 19 | v>>>>>>>vv<>>>>v<<<<< 21 | v>>>>>v<<<<< 22 | v>>>>>>>vv<>>>>v<<<<< 24 | v>>>>>v<<<<< 25 | v>>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>v<<<<< 29 | v>>>>>v<<<<< 30 | v>>>>>>>vv<>>>>v<<<<< 32 | v>>>>>v<<<<< 33 | v>>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>v<<<<< 37 | v>>>>>v<<<<< 38 | v>>>>>>>vv<>>>>v<<<<< 40 | v>>>>>v<<<<< 41 | v>>>>>v<<<<< 42 | v>>>>>v<<<<< 43 | v>>>>>>>vv<>>>>>>vv<>>>>v<<<<< 46 | v>>>>>>>vv<>>>>v<<<<< 48 | v>>>>>v<<<<< 49 | v>>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>v<<<<< 54 | v>>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>v<<<<< 61 | v>>>>>v<<<<< 62 | v>>>>>v<<<<< 63 | v>>>>>>>vv<>>>>v<<<<< 65 | v>>>>>v<<<<< 66 | v>>>>>v<<<<< 67 | v>>>>>>>vv<>>>>v<<<<< 69 | v>>>>>v<<<<< 70 | v>>>>>>>vv<>>>>v<<<<< 72 | v>>>>>v<<<<< 73 | v>>>>>v<<<<< 74 | v>>>>>v<<<<< 75 | v>>>>>>>vv<>>>>v<<<<< 77 | v>>>>>v<<<<< 78 | v>>>>>v<<<<< 79 | v>>>>>>>vv<>>>>>>vv<>>>>v<<<<< 82 | v>>>>>>>vv<>>>>>>vv<>>>>v<<<<< 85 | v>>>>>v<<<<< 86 | v>>>>>>>vv<>>>>v<<<<< 88 | v>>>>>v<<<<< 89 | v>>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>v<<<<< 93 | v>>>>>v<<<<< 94 | v>>>>>>>vv<>>>>>>vv<>>>>v<<<<< 97 | v>>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>v<<<<< 102 | v>>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>>>vv<>>>>v<<<<< 107 | O 108 | -------------------------------------------------------------------------------- /hello.cls: -------------------------------------------------------------------------------- 1 | public class HelloWorld { 2 | public static void firstMethod(){ 3 | System.debug('Hello world!'); 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /hello.coffee: -------------------------------------------------------------------------------- 1 | console.log 'Hello World' 2 | -------------------------------------------------------------------------------- /hello.copypasta: -------------------------------------------------------------------------------- 1 | Copy 2 | Hello, World! 3 | Pasta! 4 | -------------------------------------------------------------------------------- /hello.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | main(){puts("Hello World");} 3 | -------------------------------------------------------------------------------- /hello.cs: -------------------------------------------------------------------------------- 1 | 2 | using System; 3 | 4 | namespace HelloWorld 5 | { 6 | class Program 7 | { 8 | static void Main(string[] args) 9 | { 10 | Console.WriteLine("Hello, world!"); 11 | Console.ReadLine(); 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /hello.d: -------------------------------------------------------------------------------- 1 | import std.stdio; 2 | 3 | void main() 4 | { 5 | writeln("Hello, World!"); 6 | } 7 | -------------------------------------------------------------------------------- /hello.dart: -------------------------------------------------------------------------------- 1 | void main() { 2 | print('Hello World!'); 3 | } 4 | -------------------------------------------------------------------------------- /hello.dna: -------------------------------------------------------------------------------- 1 | A----T 2 | G--C 3 | AT 4 | AT 5 | G--C 6 | T----A 7 | G-----C 8 | A-----T 9 | G----C 10 | G--C 11 | AT 12 | TA 13 | T--A 14 | A----T 15 | G-----C 16 | G-----C 17 | A----T 18 | A--T 19 | TA 20 | AT 21 | T--A 22 | A----T 23 | T-----A 24 | G-----C 25 | A----T 26 | T--A 27 | TA 28 | AT 29 | G--C 30 | A----T 31 | T-----A 32 | A-----T 33 | T----A 34 | G--C 35 | AT 36 | TA 37 | T--A 38 | A----T 39 | G-----C 40 | G-----C 41 | A----T 42 | A--T 43 | AT 44 | AT 45 | T--A 46 | G----C 47 | A-----T 48 | -------------------------------------------------------------------------------- /hello.el: -------------------------------------------------------------------------------- 1 | (message "Hello, World!") 2 | -------------------------------------------------------------------------------- /hello.es: -------------------------------------------------------------------------------- 1 | Hola Mundo 2 | -------------------------------------------------------------------------------- /hello.f90: -------------------------------------------------------------------------------- 1 | program hello 2 | print *, 'Hello, World!' 3 | end program hello 4 | -------------------------------------------------------------------------------- /hello.fr: -------------------------------------------------------------------------------- 1 | Bonjour le monde 2 | -------------------------------------------------------------------------------- /hello.fs: -------------------------------------------------------------------------------- 1 | open System 2 | 3 | [] 4 | let main argv = 5 | printfn "Hello World!" 6 | 0 -------------------------------------------------------------------------------- /hello.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import "fmt" 4 | 5 | func main() { 6 | fmt.Println("hello world") 7 | } 8 | -------------------------------------------------------------------------------- /hello.hs: -------------------------------------------------------------------------------- 1 | module Main where 2 | 3 | main :: IO () 4 | main = putStrLn "Hello World" 5 | -------------------------------------------------------------------------------- /hello.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Hello World! 4 | 5 | -------------------------------------------------------------------------------- /hello.i: -------------------------------------------------------------------------------- 1 | DO ,1 <- #13 2 | PLEASE DO ,1 SUB #1 <- #238 3 | DO ,1 SUB #2 <- #108 4 | DO ,1 SUB #3 <- #112 5 | DO ,1 SUB #4 <- #0 6 | DO ,1 SUB #5 <- #64 7 | DO ,1 SUB #6 <- #194 8 | PLEASE DO ,1 SUB #7 <- #48 9 | DO ,1 SUB #8 <- #26 10 | DO ,1 SUB #9 <- #244 11 | PLEASE DO ,1 SUB #10 <- #168 12 | DO ,1 SUB #11 <- #24 13 | DO ,1 SUB #12 <- #16 14 | DO ,1 SUB #13 <- #162 15 | PLEASE READ OUT ,1 16 | PLEASE GIVE UP 17 | -------------------------------------------------------------------------------- /hello.java: -------------------------------------------------------------------------------- 1 | public class HelloWorld { 2 | 3 | public static void main(String[] args) { 4 | System.out.println("Hello World!"); 5 | } 6 | 7 | } -------------------------------------------------------------------------------- /hello.jl: -------------------------------------------------------------------------------- 1 | println("Hello World!") -------------------------------------------------------------------------------- /hello.js: -------------------------------------------------------------------------------- 1 | console.log("Hello World!"); 2 | -------------------------------------------------------------------------------- /hello.kts: -------------------------------------------------------------------------------- 1 | fun main(args : Array) { 2 | println("Hello World!") 3 | } -------------------------------------------------------------------------------- /hello.ldr: -------------------------------------------------------------------------------- 1 | printf "Hello World!" -------------------------------------------------------------------------------- /hello.lol: -------------------------------------------------------------------------------- 1 | HAI 1.2 2 | CAN HAS STDIO? 3 | VISIBLE "HELLO WORLD!" 4 | KTHXBYE 5 | -------------------------------------------------------------------------------- /hello.lua: -------------------------------------------------------------------------------- 1 | print("Hello World!") -------------------------------------------------------------------------------- /hello.m: -------------------------------------------------------------------------------- 1 | disp("Hello World!"); 2 | -------------------------------------------------------------------------------- /hello.mal: -------------------------------------------------------------------------------- 1 | ('&%:9]!~}|z2Vxwv-,POqponl$Hjig%eB@@>}= 3 | -------------------------------------------------------------------------------- /hello.mt: -------------------------------------------------------------------------------- 1 | H]e]l]l]o],] ]W]o]r]l]d]! -------------------------------------------------------------------------------- /hello.n: -------------------------------------------------------------------------------- 1 | Q8l9*o5+*l3-o4+o4+o7+o8l4*o3+*l 2 | 1 3 | o*5l2o-8osl-3o+3osl-9l*4l*6l5o- 4 | -------------------------------------------------------------------------------- /hello.omgrofl: -------------------------------------------------------------------------------- 1 | lol iz 72 2 | rofl lol 3 | lol iz 101 4 | rofl lol 5 | lol iz 108 6 | rofl lol 7 | rofl lol 8 | lool iz 111 9 | rofl lool 10 | loool iz 44 11 | rofl loool 12 | loool iz 32 13 | rofl loool 14 | loool iz 87 15 | rofl loool 16 | rofl lool 17 | lool iz 114 18 | rofl lool 19 | rofl lol 20 | lol iz 100 21 | rofl lol 22 | lol iz 33 23 | rofl lol 24 | -------------------------------------------------------------------------------- /hello.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /hello.pl: -------------------------------------------------------------------------------- 1 | print "Hello, World!"; 2 | -------------------------------------------------------------------------------- /hello.pokeball: -------------------------------------------------------------------------------- 1 | pi pi pi pi pi pi pi pi pi pi pika pipi pi pi pi pi pi pi pi pipi pi pi 2 | pi pi pi pi pi pi pi pi pipi pi pi pi pipi pi pichu pichu pichu pichu ka 3 | chu pipi pi pi pikachu pipi pi pikachu pi pi pi pi pi pi pi pikachu 4 | pikachu pi pi pi pikachu pipi pi pi pikachu pichu pichu pi pi pi pi pi 5 | pi pi pi pi pi pi pi pi pi pi pikachu pipi pikachu pi pi pi pikachu ka 6 | ka ka ka ka ka pikachu ka ka ka ka ka ka ka ka pikachu pipi pi pikachu 7 | pipi pikachu 8 | -------------------------------------------------------------------------------- /hello.py: -------------------------------------------------------------------------------- 1 | print("Hello World!") 2 | -------------------------------------------------------------------------------- /hello.qbasic: -------------------------------------------------------------------------------- 1 | REM Hello World in QuickBASIC 2 | PRINT "Hello, World!" 3 | END 4 | -------------------------------------------------------------------------------- /hello.r: -------------------------------------------------------------------------------- 1 | print("Hello World!") -------------------------------------------------------------------------------- /hello.rb: -------------------------------------------------------------------------------- 1 | puts "Hello, World!".inspect 2 | -------------------------------------------------------------------------------- /hello.rf: -------------------------------------------------------------------------------- 1 | ----------]<-<---<-------<---------->>>>+[<<<--,<-,-------,,---,>>--,<---------------,<,---,++++++,++++++++,>>-, -------------------------------------------------------------------------------- /hello.rs: -------------------------------------------------------------------------------- 1 | fn main() { 2 | println!("Hello World!"); 3 | } 4 | -------------------------------------------------------------------------------- /hello.s: -------------------------------------------------------------------------------- 1 | .data 2 | h: .asciiz “\nHello, World!\n” 3 | 4 | .text 5 | main: 6 | li $v0, 4 7 | la $a0, h 8 | syscall 9 | 10 | li $v0, 10 11 | syscall -------------------------------------------------------------------------------- /hello.sc: -------------------------------------------------------------------------------- 1 | object Solution { 2 | 3 | def main(args: Array[String]) { 4 | println("Hello World!") 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /hello.scm: -------------------------------------------------------------------------------- 1 | (let ((hello0 (lambda() (display "Hello world") (newline)))) 2 | (hello0)) 3 | -------------------------------------------------------------------------------- /hello.seriously: -------------------------------------------------------------------------------- 1 | H 2 | -------------------------------------------------------------------------------- /hello.sh: -------------------------------------------------------------------------------- 1 | echo "Hello World!" 2 | -------------------------------------------------------------------------------- /hello.spl: -------------------------------------------------------------------------------- 1 | Do Not Adieu, a play in two acts. 2 | 3 | Romeo, a young man with a remarkable patience. 4 | Juliet, a likewise young woman of remarkable grace. 5 | Ophelia, a remarkable woman much in dispute with Hamlet. 6 | Hamlet, the flatterer of Andersen Insulting A/S. 7 | 8 | 9 | Act I: Hamlet's insults and flattery. 10 | 11 | Scene I: The insulting of Romeo. 12 | 13 | [Enter Hamlet and Romeo] 14 | 15 | Hamlet: 16 | You lying stupid fatherless big smelly half-witted coward! 17 | You are as stupid as the difference between a handsome rich brave 18 | hero and thyself! Speak your mind! 19 | 20 | You are as brave as the sum of your fat little stuffed misused dusty 21 | old rotten codpiece and a beautiful fair warm peaceful sunny summer's 22 | day. You are as healthy as the difference between the sum of the 23 | sweetest reddest rose and my father and yourself! Speak your mind! 24 | 25 | You are as cowardly as the sum of yourself and the difference 26 | between a big mighty proud kingdom and a horse. Speak your mind. 27 | 28 | Speak your mind! 29 | 30 | [Exit Romeo] 31 | 32 | Scene II: The praising of Juliet. 33 | 34 | [Enter Juliet] 35 | 36 | Hamlet: 37 | Thou art as sweet as the sum of the sum of Romeo and his horse and his 38 | black cat! Speak thy mind! 39 | 40 | [Exit Juliet] 41 | 42 | Scene III: The praising of Ophelia. 43 | 44 | [Enter Ophelia] 45 | 46 | Hamlet: 47 | 48 | Thou art as beautiful as the difference between Romeo and the square 49 | of a huge green peaceful tree. Speak thy mind! 50 | 51 | Thou art as lovely as the product of a large rural town and my amazing 52 | bottomless embroidered purse. Speak thy mind! 53 | 54 | Thou art as loving as the product of the bluest clearest sweetest sky 55 | and the sum of a squirrel and a white horse. Thou art as beautiful as 56 | the difference between Juliet and thyself. Speak thy mind! 57 | 58 | [Exeunt Ophelia and Hamlet] 59 | 60 | 61 | Act II: Behind Hamlet's back. 62 | 63 | Scene I: Romeo and Juliet's conversation. 64 | 65 | [Enter Romeo and Juliet] 66 | 67 | Romeo: 68 | Speak your mind. You are as worried as the sum of yourself and the 69 | difference between my small smooth hamster and my nose. Speak your 70 | mind! 71 | 72 | Juliet: 73 | Speak YOUR mind! You are as bad as Hamlet! You are as small as the 74 | difference between the square of the difference between my little pony 75 | and your big hairy hound and the cube of your sorry little 76 | codpiece. Speak your mind! 77 | 78 | [Exit Romeo] 79 | 80 | Scene II: Juliet and Ophelia's conversation. 81 | 82 | [Enter Ophelia] 83 | 84 | Juliet: 85 | Thou art as good as the quotient between Romeo and the sum of a small 86 | furry animal and a leech. Speak your mind! 87 | 88 | Ophelia: 89 | Thou art as disgusting as the quotient between Romeo and twice the 90 | difference between a mistletoe and an oozing infected blister! Speak 91 | your mind! 92 | 93 | [Exeunt] 94 | -------------------------------------------------------------------------------- /hello.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | print("Hello World!") -------------------------------------------------------------------------------- /hello.t: -------------------------------------------------------------------------------- 1 | a::=~Hello World! 2 | ::= 3 | a -------------------------------------------------------------------------------- /hello.tr: -------------------------------------------------------------------------------- 1 | say "Hello World"! 2 | America is great. 3 | -------------------------------------------------------------------------------- /hello.tree: -------------------------------------------------------------------------------- 1 | ^ 2 | ^^|^^ 3 | ^^\|/^^ 4 | H^ |/^^^ 5 | \| e 6 | |/ 7 | ol~| 8 | \| 9 | , 32| 10 | \/ | 11 | \ | W 12 | l \| / 13 | \ d |/ o 14 | \/ !|r / 15 | \/ |\/ 16 | \ |/ 17 | \| 18 | | 19 | -------------------------------------------------------------------------------- /hello.ts: -------------------------------------------------------------------------------- 1 | console.log('Hello, World!'); 2 | -------------------------------------------------------------------------------- /hello.unlambda: -------------------------------------------------------------------------------- 1 | `r```````````.H.e.l.l.o. .w.o.r.l.di 2 | -------------------------------------------------------------------------------- /hello.v: -------------------------------------------------------------------------------- 1 | fn main() { 2 | println('hello world') 3 | } -------------------------------------------------------------------------------- /hello.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | 3 | Module HelloWorld 4 | 5 | Sub Main() 6 | 7 | Console.WriteLine("Hello World!") 8 | 9 | Console.ReadLine() 10 | 11 | End Sub 12 | 13 | End Module -------------------------------------------------------------------------------- /hello.vbs: -------------------------------------------------------------------------------- 1 | MsgBox("Hello!") 2 | -------------------------------------------------------------------------------- /hello.vim: -------------------------------------------------------------------------------- 1 | let message="Hello World" 2 | echo message 3 | -------------------------------------------------------------------------------- /hello.vpp: -------------------------------------------------------------------------------- 1 | function main () 2 | command (0x0005,"Hello world!",null) 3 | command (0x0006,null) 4 | exit 5 | end function -------------------------------------------------------------------------------- /hello.vue: -------------------------------------------------------------------------------- 1 |
2 | {{ message }} 3 |
4 | 5 | 13 | -------------------------------------------------------------------------------- /hello.ws: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /hello.z: -------------------------------------------------------------------------------- 1 | zz z zzz Z Z 2 | zz z z zZZ z Z 3 | zz z z zZZ zzZ Z Z 4 | zz z z z z Z 5 | zz z zz Z Z 6 | zz z zzZ zzz Z 7 | zz z z z z Z 8 | zz z z z zZ Z 9 | zz z z zZZ zzZ Z 10 | zz z z zZZ zZZ Z 11 | zz z zz zz Z 12 | --------------------------------------------------------------------------------