move files from main branch

pull/5/head
azur 2023-03-01 04:50:10 +07:00
parent 813d0dfd9e
commit f57f10cbf2
2 changed files with 12 additions and 0 deletions

2
FUNDING.yml Normal file
View File

@ -0,0 +1,2 @@
ko_fi: azur1s
github: azur1s

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# Holymer
A programming language
## Contributing
You need to have [Rust Toolchain](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`
```