diff options
author | Bill Panagiotopoulos <billpcs@users.noreply.github.com> | 2015-08-06 18:41:33 +0300 |
---|---|---|
committer | Bill Panagiotopoulos <billpcs@users.noreply.github.com> | 2015-08-06 18:41:33 +0300 |
commit | c21c4b65cb1660d6af3faecdd7643e5187f5429b (patch) | |
tree | b7b77bea3ec9aa859be4799c84618aabba0843ba /el-gr | |
parent | cb065fdf377541b09736f2e3918c4dc6caddc29f (diff) |
Small Fixes
Fix small extra character and translate a small text left untranslated by mistake
Diffstat (limited to 'el-gr')
-rw-r--r-- | el-gr/racket-gr.html.markdown | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/el-gr/racket-gr.html.markdown b/el-gr/racket-gr.html.markdown index c5aa1f46..d7c144aa 100644 --- a/el-gr/racket-gr.html.markdown +++ b/el-gr/racket-gr.html.markdown @@ -1,4 +1,4 @@ ----σ +--- language: racket filename: learnracket.rkt contributors: @@ -8,13 +8,11 @@ contributors: - ["Duong H. Nguyen", "https://github.com/cmpitg"] - ["Keyan Zhang", "https://github.com/keyanzhang"] translators: - - ["Vasilis Panagiotopoulos" , "https://github.com/billpcs/"] + - ["Vasilis Panagiotopoulos" , "https://github.com/billpcs/"] --- -Racket is a general purpose, multi-paradigm programming language in the Lisp/Scheme family. - -Feedback is appreciated! You can reach me at [@th3rac25](http://twitter.com/th3rac25) or th3rac25 [at] [google's email service] - +H Racket είναι μια γενικού σκοπού, πολυ-υποδειγματική γλώσσα προγραμματισμού που ανήκει +στην οικογένεια της Lisp/Scheme ```racket #lang racket ; ορίζει την γλώσσα που χρησιμοποιόυμε |