printf

From Esolang
Jump to navigation Jump to search

printf is a simple programming language invented by User:A.

Syntax

It is really VERY simple.

It is a subset of C in which you can't use any of the keywords and there is only a function called "printf". (You can only define 1 function, main, and you can't call it.)

Computational class

It is Turing-complete, as proved here.