:trollface:

pull/4/head
azur 2022-12-13 23:12:39 +07:00
parent 89db9e8b1e
commit 5df43cf779
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
!!! In development !!!
# Holymer
A ML-inspired programming language for making back-end application.
## Contributing
Please have [Rust programming language](https://github.com/rust-lang/rust) installed on your machine before building it.
```shell
$ git clone https://github.com/azur1s/holymer.git
$ cd holymer
# build with `cargo build` or just `cargo run -- filename`
```