├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── assets └── logo.png ├── index.html ├── script.js ├── source ├── .psc-ide-port └── basic │ ├── HelloWorld.sql │ ├── HelloWorld.xojo_project │ ├── Hello_World.lol │ ├── Hello_world.pug │ ├── helloWorld.gml │ ├── hello_world(TADS).t │ ├── hello_world(VB.NET).vb │ ├── hello_world(daytona).io │ ├── hello_world.HC │ ├── hello_world.NET │ ├── hello_world.R │ ├── hello_world.a68 │ ├── hello_world.abap │ ├── hello_world.adb │ ├── hello_world.apl │ ├── hello_world.as │ ├── hello_world.asm │ ├── hello_world.au3 │ ├── hello_world.awk │ ├── hello_world.b │ ├── hello_world.babel │ ├── hello_world.bal │ ├── hello_world.bas │ ├── hello_world.bat │ ├── hello_world.bcpl │ ├── hello_world.bf │ ├── hello_world.bhai │ ├── hello_world.blaz │ ├── hello_world.boo │ ├── hello_world.c │ ├── hello_world.cairo │ ├── hello_world.carbon │ ├── hello_world.cecil │ ├── hello_world.chpl │ ├── hello_world.cj │ ├── hello_world.cl │ ├── hello_world.clj │ ├── hello_world.clp │ ├── hello_world.cob │ ├── hello_world.cobra │ ├── hello_world.coffee │ ├── hello_world.cpp │ ├── hello_world.cql │ ├── hello_world.cr │ ├── hello_world.cs │ ├── hello_world.css │ ├── hello_world.curl │ ├── hello_world.cypher │ ├── hello_world.d │ ├── hello_world.dart │ ├── hello_world.do │ ├── hello_world.dpr │ ├── hello_world.dragon │ ├── hello_world.dyalog │ ├── hello_world.dylan │ ├── hello_world.e │ ├── hello_world.elm │ ├── hello_world.erl │ ├── hello_world.ex │ ├── hello_world.exs │ ├── hello_world.f90 │ ├── hello_world.factor │ ├── hello_world.fan │ ├── hello_world.fcn │ ├── hello_world.fs │ ├── hello_world.fth │ ├── hello_world.gambas │ ├── hello_world.gd │ ├── hello_world.go │ ├── hello_world.groovy │ ├── hello_world.hack │ ├── hello_world.hs │ ├── hello_world.html │ ├── hello_world.hx │ ├── hello_world.i │ ├── hello_world.icn │ ├── hello_world.ijs │ ├── hello_world.io │ ├── hello_world.janet │ ├── hello_world.java │ ├── hello_world.jl │ ├── hello_world.js │ ├── hello_world.jsp │ ├── hello_world.k │ ├── hello_world.ksh │ ├── hello_world.kt │ ├── hello_world.lisp │ ├── hello_world.logo │ ├── hello_world.ls │ ├── hello_world.lua │ ├── hello_world.m │ ├── hello_world.mir │ ├── hello_world.ml │ ├── hello_world.mo │ ├── hello_world.mod │ ├── hello_world.mpl │ ├── hello_world.nim │ ├── hello_world.nsp │ ├── hello_world.nut │ ├── hello_world.occ │ ├── hello_world.pas │ ├── hello_world.php │ ├── hello_world.pike │ ├── hello_world.pl │ ├── hello_world.plug │ ├── hello_world.pony │ ├── hello_world.pro │ ├── hello_world.ps1 │ ├── hello_world.purs │ ├── hello_world.py │ ├── hello_world.q │ ├── hello_world.raku │ ├── hello_world.rb │ ├── hello_world.re │ ├── hello_world.red │ ├── hello_world.rexx │ ├── hello_world.ring │ ├── hello_world.rkt │ ├── hello_world.rs │ ├── hello_world.sas │ ├── hello_world.sather │ ├── hello_world.sb3 │ ├── hello_world.scala │ ├── hello_world.scm │ ├── hello_world.scpt │ ├── hello_world.sh │ ├── hello_world.sim │ ├── hello_world.sno │ ├── hello_world.sol │ ├── hello_world.spark │ ├── hello_world.sql │ ├── hello_world.st │ ├── hello_world.sv │ ├── hello_world.swift │ ├── hello_world.t │ ├── hello_world.tcl │ ├── hello_world.thue │ ├── hello_world.ts │ ├── hello_world.v │ ├── hello_world.vala │ ├── hello_world.vb │ ├── hello_world.vbs │ ├── hello_world.vhd │ ├── hello_world.vim │ ├── hello_world.wl │ ├── hello_world.wren │ ├── hello_world.ws │ ├── hello_world.xaml │ ├── hello_world.xq │ ├── hello_world.yaml │ ├── hello_world.zig │ ├── hello_world.zsh │ ├── hello_world_nasm.asm │ ├── helloworld.bfg │ ├── helloworld.cbls │ ├── helloworld.ck │ ├── helloworld.cl │ ├── helloworld.cow │ ├── helloworld.fls │ ├── helloworld.livecode │ ├── helloworld.monkey │ ├── helloworld.mq5 │ ├── helloworld.oak │ ├── helloworld.obr │ ├── helloworld.pde │ ├── helloworld.pico │ ├── helloworld.pli │ ├── helloworld.reb │ ├── helloworld.rks │ └── helloworld.spin └── styles.css /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/README.md -------------------------------------------------------------------------------- /assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/assets/logo.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/script.js -------------------------------------------------------------------------------- /source/.psc-ide-port: -------------------------------------------------------------------------------- 1 | 15312 -------------------------------------------------------------------------------- /source/basic/HelloWorld.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/HelloWorld.sql -------------------------------------------------------------------------------- /source/basic/HelloWorld.xojo_project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/HelloWorld.xojo_project -------------------------------------------------------------------------------- /source/basic/Hello_World.lol: -------------------------------------------------------------------------------- 1 | HAI 1.2 2 | CAN HAS STDIO? 3 | VISIBLE "Hello world!" 4 | KTHXBYE 5 | -------------------------------------------------------------------------------- /source/basic/Hello_world.pug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/Hello_world.pug -------------------------------------------------------------------------------- /source/basic/helloWorld.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/helloWorld.gml -------------------------------------------------------------------------------- /source/basic/hello_world(TADS).t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world(TADS).t -------------------------------------------------------------------------------- /source/basic/hello_world(VB.NET).vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world(VB.NET).vb -------------------------------------------------------------------------------- /source/basic/hello_world(daytona).io: -------------------------------------------------------------------------------- 1 | daytona create hello-world -------------------------------------------------------------------------------- /source/basic/hello_world.HC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.HC -------------------------------------------------------------------------------- /source/basic/hello_world.NET: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.NET -------------------------------------------------------------------------------- /source/basic/hello_world.R: -------------------------------------------------------------------------------- 1 | print("Hello World") -------------------------------------------------------------------------------- /source/basic/hello_world.a68: -------------------------------------------------------------------------------- 1 | print("Hello, World!") 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.abap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.abap -------------------------------------------------------------------------------- /source/basic/hello_world.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.adb -------------------------------------------------------------------------------- /source/basic/hello_world.apl: -------------------------------------------------------------------------------- 1 | 'Hello, World!' 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.as: -------------------------------------------------------------------------------- 1 | trace("Hello, World!"); 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.asm -------------------------------------------------------------------------------- /source/basic/hello_world.au3: -------------------------------------------------------------------------------- 1 | MsgBox(0, "Message", "Hello World") 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.awk: -------------------------------------------------------------------------------- 1 | BEGIN { print "Hello, World!" } -------------------------------------------------------------------------------- /source/basic/hello_world.b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.b -------------------------------------------------------------------------------- /source/basic/hello_world.babel: -------------------------------------------------------------------------------- 1 | "Hello, World!"; -------------------------------------------------------------------------------- /source/basic/hello_world.bal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.bal -------------------------------------------------------------------------------- /source/basic/hello_world.bas: -------------------------------------------------------------------------------- 1 | 10 PRINT "Hello, World!" 2 | 20 END 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.bat -------------------------------------------------------------------------------- /source/basic/hello_world.bcpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.bcpl -------------------------------------------------------------------------------- /source/basic/hello_world.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.bf -------------------------------------------------------------------------------- /source/basic/hello_world.bhai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.bhai -------------------------------------------------------------------------------- /source/basic/hello_world.blaz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.blaz -------------------------------------------------------------------------------- /source/basic/hello_world.boo: -------------------------------------------------------------------------------- 1 | print "Hello, World!" 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.c -------------------------------------------------------------------------------- /source/basic/hello_world.cairo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.cairo -------------------------------------------------------------------------------- /source/basic/hello_world.carbon: -------------------------------------------------------------------------------- 1 | package sample api; 2 | fn Main() -> i32 { 3 | 4 | Print("Hello World in Carbon"); 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /source/basic/hello_world.cecil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.cecil -------------------------------------------------------------------------------- /source/basic/hello_world.chpl: -------------------------------------------------------------------------------- 1 | writeln("Hello, World!"); 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.cj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.cj -------------------------------------------------------------------------------- /source/basic/hello_world.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.cl -------------------------------------------------------------------------------- /source/basic/hello_world.clj: -------------------------------------------------------------------------------- 1 | (println "Hello, World") -------------------------------------------------------------------------------- /source/basic/hello_world.clp: -------------------------------------------------------------------------------- 1 | (printout t "Hello, World!" crlf) 2 | (exit) 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.cob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.cob -------------------------------------------------------------------------------- /source/basic/hello_world.cobra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.cobra -------------------------------------------------------------------------------- /source/basic/hello_world.coffee: -------------------------------------------------------------------------------- 1 | console.log "Hello, World!" 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.cpp -------------------------------------------------------------------------------- /source/basic/hello_world.cql: -------------------------------------------------------------------------------- 1 | RETURN "Hello, World!" 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.cr: -------------------------------------------------------------------------------- 1 | puts "Hello, World!" 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.cs -------------------------------------------------------------------------------- /source/basic/hello_world.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.css -------------------------------------------------------------------------------- /source/basic/hello_world.curl: -------------------------------------------------------------------------------- 1 | echo Hello World! 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.cypher: -------------------------------------------------------------------------------- 1 | RETURN 'Hello, World!' 2 | 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.d -------------------------------------------------------------------------------- /source/basic/hello_world.dart: -------------------------------------------------------------------------------- 1 | void main() { 2 | print('Hello, World!'); 3 | } -------------------------------------------------------------------------------- /source/basic/hello_world.do: -------------------------------------------------------------------------------- 1 | display "Hello, World!" -------------------------------------------------------------------------------- /source/basic/hello_world.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.dpr -------------------------------------------------------------------------------- /source/basic/hello_world.dragon: -------------------------------------------------------------------------------- 1 | show("Hello, World!") -------------------------------------------------------------------------------- /source/basic/hello_world.dyalog: -------------------------------------------------------------------------------- 1 | 'Hello, world' 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.dylan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.dylan -------------------------------------------------------------------------------- /source/basic/hello_world.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.e -------------------------------------------------------------------------------- /source/basic/hello_world.elm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.elm -------------------------------------------------------------------------------- /source/basic/hello_world.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.erl -------------------------------------------------------------------------------- /source/basic/hello_world.ex: -------------------------------------------------------------------------------- 1 | puts(1, "Hello, World!\n") 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.exs: -------------------------------------------------------------------------------- 1 | IO.puts "Hello world!" -------------------------------------------------------------------------------- /source/basic/hello_world.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.f90 -------------------------------------------------------------------------------- /source/basic/hello_world.factor: -------------------------------------------------------------------------------- 1 | USING: io ; 2 | "Hello, World!" print 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.fan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.fan -------------------------------------------------------------------------------- /source/basic/hello_world.fcn: -------------------------------------------------------------------------------- 1 | print("Hello, World!") 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.fs: -------------------------------------------------------------------------------- 1 | printfn "Hello world" -------------------------------------------------------------------------------- /source/basic/hello_world.fth: -------------------------------------------------------------------------------- 1 | ." Hello, World!" CR 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.gambas: -------------------------------------------------------------------------------- 1 | PRINT "Hello, World!" 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.gd: -------------------------------------------------------------------------------- 1 | func _init(): 2 | print("Hello, world!") -------------------------------------------------------------------------------- /source/basic/hello_world.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.go -------------------------------------------------------------------------------- /source/basic/hello_world.groovy: -------------------------------------------------------------------------------- 1 | println "Hello, World!" -------------------------------------------------------------------------------- /source/basic/hello_world.hack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.hack -------------------------------------------------------------------------------- /source/basic/hello_world.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.hs -------------------------------------------------------------------------------- /source/basic/hello_world.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.html -------------------------------------------------------------------------------- /source/basic/hello_world.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.hx -------------------------------------------------------------------------------- /source/basic/hello_world.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.i -------------------------------------------------------------------------------- /source/basic/hello_world.icn: -------------------------------------------------------------------------------- 1 | procedure main() 2 | write("Hello, World!") 3 | end -------------------------------------------------------------------------------- /source/basic/hello_world.ijs: -------------------------------------------------------------------------------- 1 | 'Hello, World!' 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.io: -------------------------------------------------------------------------------- 1 | "Hello, World!" println 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.janet: -------------------------------------------------------------------------------- 1 | (print "Hello, World!") 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.java -------------------------------------------------------------------------------- /source/basic/hello_world.jl: -------------------------------------------------------------------------------- 1 | # author : https://github.com/Anshul-B-A 2 | println("Hello, World!") 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.js: -------------------------------------------------------------------------------- 1 | console.log('Hello World'); 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.jsp -------------------------------------------------------------------------------- /source/basic/hello_world.k: -------------------------------------------------------------------------------- 1 | "Hello, World!" 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.ksh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.ksh -------------------------------------------------------------------------------- /source/basic/hello_world.kt: -------------------------------------------------------------------------------- 1 | fun main(){ 2 | println("Hello World") 3 | } 4 | -------------------------------------------------------------------------------- /source/basic/hello_world.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.lisp -------------------------------------------------------------------------------- /source/basic/hello_world.logo: -------------------------------------------------------------------------------- 1 | print [Hello, World!] 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.ls: -------------------------------------------------------------------------------- 1 | console.log "Hello, World!" 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.lua: -------------------------------------------------------------------------------- 1 | print("Hello, World!") 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.m -------------------------------------------------------------------------------- /source/basic/hello_world.mir: -------------------------------------------------------------------------------- 1 | main = "Hello, World!\n" 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.ml: -------------------------------------------------------------------------------- 1 | (* hi again *) 2 | print_endline "Hello, World! in OCaml programming language";; 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.mo -------------------------------------------------------------------------------- /source/basic/hello_world.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.mod -------------------------------------------------------------------------------- /source/basic/hello_world.mpl: -------------------------------------------------------------------------------- 1 | printf("Hello, World!\n") 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.nim: -------------------------------------------------------------------------------- 1 | import std/strformat 2 | 3 | echo("Hello World") 4 | -------------------------------------------------------------------------------- /source/basic/hello_world.nsp: -------------------------------------------------------------------------------- 1 | WRITE 'Hello, World!' 2 | END 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.nut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.nut -------------------------------------------------------------------------------- /source/basic/hello_world.occ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.occ -------------------------------------------------------------------------------- /source/basic/hello_world.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.pas -------------------------------------------------------------------------------- /source/basic/hello_world.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/basic/hello_world.pike: -------------------------------------------------------------------------------- 1 | int main() 2 | { 3 | write("Hello world!\n"); 4 | return 0; 5 | } -------------------------------------------------------------------------------- /source/basic/hello_world.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | print "Hello world!\n"; -------------------------------------------------------------------------------- /source/basic/hello_world.plug: -------------------------------------------------------------------------------- 1 | println("Hello , World") 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.pony: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.pony -------------------------------------------------------------------------------- /source/basic/hello_world.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.pro -------------------------------------------------------------------------------- /source/basic/hello_world.ps1: -------------------------------------------------------------------------------- 1 | Write-Host 'Hello, World!' -------------------------------------------------------------------------------- /source/basic/hello_world.purs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.purs -------------------------------------------------------------------------------- /source/basic/hello_world.py: -------------------------------------------------------------------------------- 1 | print("Hello, World!") 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.q: -------------------------------------------------------------------------------- 1 | "Hello world" 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.raku: -------------------------------------------------------------------------------- 1 | say "Hello, World!"; 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.rb: -------------------------------------------------------------------------------- 1 | puts 'Hello World' 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.re: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.re -------------------------------------------------------------------------------- /source/basic/hello_world.red: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.red -------------------------------------------------------------------------------- /source/basic/hello_world.rexx: -------------------------------------------------------------------------------- 1 | say "Hello, World!" 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.ring: -------------------------------------------------------------------------------- 1 | See "Hello, World!" -------------------------------------------------------------------------------- /source/basic/hello_world.rkt: -------------------------------------------------------------------------------- 1 | #lang racket 2 | (displayln "Hello, World!") 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.rs -------------------------------------------------------------------------------- /source/basic/hello_world.sas: -------------------------------------------------------------------------------- 1 | data _null_; 2 | put "Hello, World!"; 3 | run; 4 | -------------------------------------------------------------------------------- /source/basic/hello_world.sather: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.sather -------------------------------------------------------------------------------- /source/basic/hello_world.sb3: -------------------------------------------------------------------------------- 1 | Use the "say" block to display "Hello, World!" for 2 seconds. 2 | 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.scala -------------------------------------------------------------------------------- /source/basic/hello_world.scm: -------------------------------------------------------------------------------- 1 | (display "Hello, World!") 2 | (newline) 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.scpt -------------------------------------------------------------------------------- /source/basic/hello_world.sh: -------------------------------------------------------------------------------- 1 | echo "Hello World" -------------------------------------------------------------------------------- /source/basic/hello_world.sim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.sim -------------------------------------------------------------------------------- /source/basic/hello_world.sno: -------------------------------------------------------------------------------- 1 | OUTPUT = "Hello, World!" 2 | END 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.sol -------------------------------------------------------------------------------- /source/basic/hello_world.spark: -------------------------------------------------------------------------------- 1 | println("Hello, World!") 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.sql -------------------------------------------------------------------------------- /source/basic/hello_world.st: -------------------------------------------------------------------------------- 1 | 'Hello, World!' displayNl. 2 | 3 | -------------------------------------------------------------------------------- /source/basic/hello_world.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.sv -------------------------------------------------------------------------------- /source/basic/hello_world.swift: -------------------------------------------------------------------------------- 1 | print("Hello, World!") 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.t: -------------------------------------------------------------------------------- 1 | put "Hello, World!" 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.tcl -------------------------------------------------------------------------------- /source/basic/hello_world.thue: -------------------------------------------------------------------------------- 1 | a ::= ~Hello, World! 2 | ::= 3 | a 4 | -------------------------------------------------------------------------------- /source/basic/hello_world.ts: -------------------------------------------------------------------------------- 1 | console.log("Hello, World!"); 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.v: -------------------------------------------------------------------------------- 1 | fn main() { 2 | println('Hello World') 3 | } 4 | -------------------------------------------------------------------------------- /source/basic/hello_world.vala: -------------------------------------------------------------------------------- 1 | void main () { 2 | print ("Hello, World!\n"); 3 | } 4 | -------------------------------------------------------------------------------- /source/basic/hello_world.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.vb -------------------------------------------------------------------------------- /source/basic/hello_world.vbs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/basic/hello_world.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.vhd -------------------------------------------------------------------------------- /source/basic/hello_world.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.vim -------------------------------------------------------------------------------- /source/basic/hello_world.wl: -------------------------------------------------------------------------------- 1 | Print["Hello, World!"] 2 | -------------------------------------------------------------------------------- /source/basic/hello_world.wren: -------------------------------------------------------------------------------- 1 | 2 | System.print("Hello, world!") -------------------------------------------------------------------------------- /source/basic/hello_world.ws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.ws -------------------------------------------------------------------------------- /source/basic/hello_world.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.xaml -------------------------------------------------------------------------------- /source/basic/hello_world.xq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.xq -------------------------------------------------------------------------------- /source/basic/hello_world.yaml: -------------------------------------------------------------------------------- 1 | message: "Hello, World!" -------------------------------------------------------------------------------- /source/basic/hello_world.zig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world.zig -------------------------------------------------------------------------------- /source/basic/hello_world.zsh: -------------------------------------------------------------------------------- 1 | #!/bin/zsh 2 | 3 | echo "Hello World" -------------------------------------------------------------------------------- /source/basic/hello_world_nasm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/hello_world_nasm.asm -------------------------------------------------------------------------------- /source/basic/helloworld.bfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/helloworld.bfg -------------------------------------------------------------------------------- /source/basic/helloworld.cbls: -------------------------------------------------------------------------------- 1 | DISPLAY "Hello World" 2 | -------------------------------------------------------------------------------- /source/basic/helloworld.ck: -------------------------------------------------------------------------------- 1 | <<< "Hello World" >>>; -------------------------------------------------------------------------------- /source/basic/helloworld.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/helloworld.cl -------------------------------------------------------------------------------- /source/basic/helloworld.cow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/helloworld.cow -------------------------------------------------------------------------------- /source/basic/helloworld.fls: -------------------------------------------------------------------------------- 1 | "Hello, World!" -------------------------------------------------------------------------------- /source/basic/helloworld.livecode: -------------------------------------------------------------------------------- 1 | put "Hello World" into field "output" 2 | -------------------------------------------------------------------------------- /source/basic/helloworld.monkey: -------------------------------------------------------------------------------- 1 | Function Main() 2 | Print "Hello World" 3 | End 4 | -------------------------------------------------------------------------------- /source/basic/helloworld.mq5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/helloworld.mq5 -------------------------------------------------------------------------------- /source/basic/helloworld.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/helloworld.oak -------------------------------------------------------------------------------- /source/basic/helloworld.obr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/helloworld.obr -------------------------------------------------------------------------------- /source/basic/helloworld.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/helloworld.pde -------------------------------------------------------------------------------- /source/basic/helloworld.pico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/helloworld.pico -------------------------------------------------------------------------------- /source/basic/helloworld.pli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/source/basic/helloworld.pli -------------------------------------------------------------------------------- /source/basic/helloworld.reb: -------------------------------------------------------------------------------- 1 | REBOL [] 2 | alert 3 | "Hello World" -------------------------------------------------------------------------------- /source/basic/helloworld.rks: -------------------------------------------------------------------------------- 1 | Say "Hello, World!" 2 | -------------------------------------------------------------------------------- /source/basic/helloworld.spin: -------------------------------------------------------------------------------- 1 | PUB Main() 2 | debug("Hello World") 3 | -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agnilondapakou/helloWorld/HEAD/styles.css --------------------------------------------------------------------------------