Rube Goldberg

From Esolang
Jump to navigation Jump to search

Rube Goldberg is a language created by the Stack Exchange user Mega Man for the code golf challenge "Rube Goldberg".

Syntax

In this language, every program outputs "Rube Goldberg" (without the quotes).

Interpreters

This is a really short interpreter in Python 3:

print("Rube Goldberg")