Skip to main content

Questions tagged [hello-world]

A challenge that involves making a "Hello, World!" program, or other similar strings. It is recommended to avoid using exactly "Hello, World!" as many languages have builtins to print it, trivialising the challenge.

Filter by
Sorted by
Tagged with
4 votes
2 answers
308 views

Inspired by a very recent post here, can you write a program/function that prints (defined by outputting or returning "Hello, World!" (with caps and exclamation) in any manner), before and ...
Natelolzzz's user avatar
4 votes
0 answers
125 views

This will be a bit of a different challenge. Back in 2023, I developed a 2D esolang called Electra, and looking back at my hello world program, (which is 582 bytes by the way) I see a lot of room for ...
DolphyWind's user avatar
-6 votes
1 answer
726 views

I was seen multiple shortest "Hello World!" program, but this is the longest program. The Rules Each submission must be a full program. This must be non-interpreted language (for example, ...
winapiadmin's user avatar
-12 votes
10 answers
492 views

Create A "Hello, World!" program but without any vowels. Winner is the program with the least bytes. Rules: No vowels are allowed in the code. Must print to STDOUT Must be a full program. ...
Wallace's user avatar
  • 117
17 votes
1 answer
2k views

MD5 checksums are relatively easy to crack. For this challenge you will create two separate programs, the first one writing Hello, World! and the second one writing ...
jdt's user avatar
  • 5,154
25 votes
12 answers
4k views

Print or return the following text: Hello world! The quick brown fox jumps over a lazy dog. However, your submission will not be scored in bytes. Instead, ...
Sisyphus's user avatar
  • 15.1k
29 votes
20 answers
4k views

Write a program or function that takes a character as input and outputs a character. Also, choose a list of 13 distinct ASCII printable characters (32-126). When a character from this list is passed ...
Jiří's user avatar
  • 1,925
12 votes
48 answers
4k views

This was related to a program I am writing. Although the title is simple, the challenge is a lot more complicated. Your challenge You must write a program that takes an input, and your answer must ...
Rhaixer's user avatar
  • 2,536
-3 votes
3 answers
290 views

In this challenge, you will create the shortest graphical program that displays exactly "Hello, world!" You will need no input. You might be asking yourself, "what does he mean by ...
DaCuteRaccoon's user avatar
3 votes
0 answers
159 views

Cops thread (read first) Robbers, your task is to find a Shue program p that when given the cops input i, outputs a program <...
AnttiP's user avatar
  • 8,048
4 votes
2 answers
394 views

Robbers thread In this cops-and-robbers challenge, your task is to write a program h that outputs "Hello Shue!". Next, you have to choose a string ...
AnttiP's user avatar
  • 8,048
20 votes
7 answers
3k views

Your task is to create a program that outputs the string: Hello, Toroidal Earth! with an optional trailing newline. Additionally if I remove the first line1 of ...
Wheat Wizard's user avatar
  • 103k
12 votes
2 answers
2k views

Background SKI combinator calculus, or simply SKI calculus, is a system similar to lambda calculus, except that SKI calculus uses a small set of combinators, namely ...
Bubbler's user avatar
  • 79.3k
24 votes
12 answers
4k views

Your challenge: The code must print "Hello, World!" and nothing else. Your restrictions: Your program must satisfy these requirements: The program must be a pangram. It must use every ...
Hyperbole's user avatar
  • 343
20 votes
8 answers
2k views

Introduction A quine is a program that outputs its own source code. For example, a well-known Python quine is _='_=%r;print(end=_%%_)';print(end=_%_). Running it ...
Makonede's user avatar
  • 6,809

15 30 50 per page
1
2 3 4 5 6