Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Fix Markdown formatting in LANGUAGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlittlegit authored May 23, 2018
1 parent 524f9d4 commit 6ca0ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
NOTE: This is not complete. Any help would be greatly appreciated. It should
also be sorted alphabetically.
Do not list installation instructions specific to a Linux distro - it needs
to work on any GNU system (such as Mac), preferably Windows too.

to work on any GNU system (such as Mac), preferably Windows too.
Parsing: Remove the first 10 lines (the rather AWKward `awk '{if (NR > 10) {print}}'`).
For the old LANGUAGES.md, see the tree before 8c2ffc3c.

|Language|Compile Command|Run Command|Install (not distro-specific, i.e. no `apt` or `dnf`)|
|-|-|-|-|
|C|gcc hello_world.c -o hello_world|./hello_world||
Expand Down

0 comments on commit 6ca0ae5

Please sign in to comment.