These are examples for the old Java version. Not the new rust implementation! (These versions are incompatible)
This repository contains some example projects written in the coda programming language
NOTE: Coda is my own programming language, you can get it here: https://coda-lang.dev
| Number | Name |
|---|---|
| 1 | Hello world |
| 2 | Password Gen |
| 3 | Interfaces |
| 4 | TickTackToe |
| 5 | Fibonacci |
| 6 | Generics |
| 7 | Brainf*ck Interpreter |