Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Challenges

Comments on Guess the language! (Cops' Thread)

Parent

Guess the language! (Cops' Thread)

+5
−0

ROBBERS' THREAD

A famous cops-and-robbers challenge whose source shall remain unnamed is brought to Codidact.

You are a cop. You should write a program in a "famous" (has an English Wikipedia/Esolangs/Rosetta Code page) language that prints Cops and Robbers. That's all it does - prints exactly this stream of bytes, with optional trailing output if your language absolutely has to make it.

Don't assume REPLs, existing boilerplate or nonstandard flags. If your code has bytes outside printable ASCII range, it should have a hexdump available.

Do not, and I repeat, do not edit the source of your program after posting. You might want to make your program polyglot-free.

Your goal is to be the writer of the shortest program whose language still hasn't been determined after 2 weeks or 14 days. If your program isn't cracked by then, you may choose to reveal the language yourself.

Good luck, all!

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Robbers' Challenge? (3 comments)
Post
+1
−0

Canvas, cracked by Shaggy, 129 bytes

/bin/bash
> echo "Cops and Robbers"; #Testing, testing 1 2 3
Segmentation Fault
> echp "Cops and Robbers"; #Huh?
Cops and Robbers

This version of bash seems to have some... questionable behavior...

History
Why does this post require moderator attention?
You might want to add some details to your flag.

2 comment threads

Powershell (3 comments)
Canvas (1 comment)
Canvas
Shaggy‭ wrote over 2 years ago · edited over 2 years ago

Try it online!

You weren't fooling me with those red herrings! :p