Nothing Of-course, Timeless Hitchhikes In New Gardens

From Esolang
Jump to navigation Jump to search

Nothing Of-course, Timeless Hitchhikes In New Gardens(NOTHING) was created by User:Jk.NDC in 2025 to do nothing and was simply a silly idea that has to be written down in history before it left the universe.

NOTHING has no commands, no data types, no variables, and outputs nothing


Also technically, this has the smallest interpreter.

Example

Outputs... Nothing

Example over

Implementations

Python, Brainfuck, Text, JS, APL, Lua and many many more


C

int main(){return 0;}

Java

class EmptyProgram{public static void main(String[] argv){}}

Go (Golang)

package main;func main(){}