Compare commits

..

No commits in common. "4d7ecfbbf707f20880480b11ce9326fd52f86f1f" and "8315386b68cbe051b17373dc1915dfc3da54aeb7" have entirely different histories.

4 changed files with 5 additions and 4 deletions

3
.gitattributes vendored
View File

@ -1 +1,2 @@
*.md linguist-language=Markdown linguist-detectable
*.html.markdown linguist-language=Markdown linguist-detectable
file.html.erb linguist-vendored

View File

@ -2,5 +2,5 @@
- [ ] Pull request title is prepended with `[language/lang-code]` (example `[python/fr]` or `[java/en]`)
- [ ] Pull request touches only one file (or a set of logically related files with similar changes made)
- [ ] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts)
- [ ] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.md)
- [ ] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown)
- [ ] Yes, I have double-checked quotes and field names!

2
bf.md
View File

@ -1,6 +1,6 @@
---
name: BF
where_x_eq_name: brainfuck
learn_x_in_y_name: brainfuck
filename: bf.bf
contributors:
- ["Prajit Ramachandran", "http://prajitr.github.io/"]