Shortest BF program to output uppercase 'A'

0

[moved from Stackoverflow]

The following brainfuck program outputs the letter 'A' and it is the shortest such program known to me. That is why I am asking the BF experts here: Do you think there is a shortest one?

++++++++[>++++++++<-]>+.

Little known fun-fact: there is a free BF-interpreter integrated in the search engine of search.ch

sfeuz

Posted 2014-02-21T15:03:41.450

Reputation: 1

Question was closed 2014-02-21T16:19:33.720

Welcome to codegolf.SE! Here we use to do puzzles, so an objective winning criterion must be specified. Since you asked for the shortest answer, the [tag:code-golf] tag is appropriate. – Vereos – 2014-02-21T15:10:57.267

2

This is a trivial subset of Brainfuck Golfer

– Peter Taylor – 2014-02-21T15:24:22.047

No answers