diff options
author | ven <vendethiel@hotmail.fr> | 2016-07-06 12:09:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-06 12:09:20 +0200 |
commit | 1cab710b058b9a84bf13913263c26968098d3b10 (patch) | |
tree | 3ff837057c80b41751469ce462388b080f450ff5 | |
parent | e053806775d18e14bb5de2adcdf8369d6566ce45 (diff) |
Attempt at #2299
-rw-r--r-- | ro-ro/bf-ro.html.markdown | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ro-ro/bf-ro.html.markdown b/ro-ro/bf-ro.html.markdown index 61b555ed..686dd39d 100644 --- a/ro-ro/bf-ro.html.markdown +++ b/ro-ro/bf-ro.html.markdown @@ -1,10 +1,11 @@ --- -language: brainfuck +language: bf contributors: - ["Prajit Ramachandran", "http://prajitr.github.io/"] - ["Mathias Bynens", "http://mathiasbynens.be/"] translators: - ["Petru Dimitriu", "http://petru-dimitriu.github.io"] +filename: bf-ro.html lang: ro-ro --- @@ -87,4 +88,4 @@ Așadar acesta este limbajul brainfuck. Nu e atât de greu, nu? Pentru amuzament, puteți să scrieți propriile dumneavoastră limbaje, sau puteți scrie un interpretor pentru brainfuck într-un alt limbaj. Interpretorul este destul de ușor de implementat, dar dacă sunteți masochist, încercați -să implementați un interpretor de brainfuck… în brainfuck.
\ No newline at end of file +să implementați un interpretor de brainfuck… în brainfuck. |