diff options
author | Urban Fuchs <fuchs@dsb.net> | 2016-03-11 11:29:29 +0100 |
---|---|---|
committer | Urban Fuchs <fuchs@dsb.net> | 2016-03-11 11:29:29 +0100 |
commit | 279bfad1cd365637774213632955923201225d3e (patch) | |
tree | edfc0c728a4de45505b17e9b37850160a0e8e173 /de-de | |
parent | ebb294c6f2704a9eccf8861f4c77c8f045391572 (diff) |
add filename and language code
Diffstat (limited to 'de-de')
-rw-r--r-- | de-de/brainfuck-de.html.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/de-de/brainfuck-de.html.markdown b/de-de/brainfuck-de.html.markdown index a5bceb10..c1050a5b 100644 --- a/de-de/brainfuck-de.html.markdown +++ b/de-de/brainfuck-de.html.markdown @@ -3,6 +3,9 @@ language: brainfuck contributors: - ["Prajit Ramachandran", "http://prajitr.github.io/"] - ["Mathias Bynens", "http://mathiasbynens.be/"] +filename: brainfuck-de +lang: de-de + --- Brainfuck ist eine extrem minimalistische Turing-vollständige Programmiersprache |