output (WarzokERNST135)
Jump to navigation
Jump to search
This is the constant language ConstantLanguage("output"), in which every thing inputted to it just makes it output "output".
Examples
Quine
output
Self interpreter
Interpreters
In Python
print("output")
In Brainfuck
+[------->++<]>+.++++++.-.----.+++++.-.
In Free2Edit
<<output>>
In C
#include<stdio.h>
int main(){printf("output");return 0;}
Make your own interpreters!!