mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-10 16:54:33 +02:00
Small Fixes
Fix small extra character and translate a small text left untranslated by mistake
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
---σ
|
---
|
||||||
language: racket
|
language: racket
|
||||||
filename: learnracket.rkt
|
filename: learnracket.rkt
|
||||||
contributors:
|
contributors:
|
||||||
@@ -8,13 +8,11 @@ contributors:
|
|||||||
- ["Duong H. Nguyen", "https://github.com/cmpitg"]
|
- ["Duong H. Nguyen", "https://github.com/cmpitg"]
|
||||||
- ["Keyan Zhang", "https://github.com/keyanzhang"]
|
- ["Keyan Zhang", "https://github.com/keyanzhang"]
|
||||||
translators:
|
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.
|
H Racket είναι μια γενικού σκοπού, πολυ-υποδειγματική γλώσσα προγραμματισμού που ανήκει
|
||||||
|
στην οικογένεια της Lisp/Scheme
|
||||||
Feedback is appreciated! You can reach me at [@th3rac25](http://twitter.com/th3rac25) or th3rac25 [at] [google's email service]
|
|
||||||
|
|
||||||
|
|
||||||
```racket
|
```racket
|
||||||
#lang racket ; ορίζει την γλώσσα που χρησιμοποιόυμε
|
#lang racket ; ορίζει την γλώσσα που χρησιμοποιόυμε
|
||||||
|
Reference in New Issue
Block a user