https://github.com/ivabus/hello-nipa
🚀 HELLO NIPA 🚀
https://github.com/ivabus/hello-nipa
Last synced: 3 months ago
JSON representation
🚀 HELLO NIPA 🚀
- Host: GitHub
- URL: https://github.com/ivabus/hello-nipa
- Owner: ivabus
- License: other
- Created: 2024-11-29T13:47:10.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-29T14:18:57.000Z (8 months ago)
- Last Synced: 2025-04-23T14:11:29.354Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Hello NIPA 🚀
Basic Rust program to print "Hello NIPA"
## Run
```
git clone https://github.com/ivabus/hello-nipa
cd hello-nipa
cargo run
```## Develop
`nipa-macros` crate contains `letter!` macro to generate basic printing methods.
`nipa-traits` crate contains useful `Letter` trait.
`hello-nipa` executable crate just utilises `letter!` macro from `nipa-macros` crate.
## License
[Fuck your license](./LICENSE)