The C binding demo returns "Hello World"
-
Add the dependency to your
shard.yml:dependencies: lib_hello: github: initdc/lib_hello.cr
-
Run
shards install
require "lib_hello"TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it (https://github.com/initdc/lib_hello/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- initdc - creator and maintainer