--- title: "Hello, World!" date: 2020-03-26T19:36:00 draft: true type: "post" --- *Originally posted on my [old old blog](https://artofproblemsolving.com/community/c1086531h2042976_hello_world)* After months of procrastination, my new blog is finally here! While I have yet to finish the CSS, I'm going to start sporadically posting random entries on this blog. Alright, so let's begin! Let's start with [i]Hello, World![/i] programs in our favorite (esoteric) programming languages! [b]Brainf*ck[/b] [code]+[-[<<[+[--->]-[<<<]]]>>>-]>-.---.>..>.<<<<-.<+.>>>>>.>.<<.<-.[/code] [b]INTERCAL[/b] [code]DO ,1 <- #13 PLEASE DO ,1 SUB #1 <- #238 DO ,1 SUB #2 <- #108 DO ,1 SUB #3 <- #112 DO ,1 SUB #4 <- #0 DO ,1 SUB #5 <- #64 DO ,1 SUB #6 <- #194 DO ,1 SUB #7 <- #48 PLEASE DO ,1 SUB #8 <- #22 DO ,1 SUB #9 <- #248 DO ,1 SUB #10 <- #168 DO ,1 SUB #11 <- #24 DO ,1 SUB #12 <- #16 DO ,1 SUB #13 <- #162 PLEASE READ OUT ,1 PLEASE GIVE UP[/code] [b]Malbolge[/b] [code](=<`#9]~6ZY32Vw/.R,+Op(L,+k#Gh&}Cdz@aw=;zyKw%ut4Uqp0/mlejihtfrHcbaC2^W\>Z,XW)UTSL53\HGFjW[/code] [b]Whitespace[/b] [code] [/code] For more fun, try to solve [url=https://www.spoj.com/problems/SBSTR1/]this problem[/url] on Sphere Online Judge! Also, if you want to see my old blog, you can find it [url=https://aops.com/community/c726379]here[/url].