https://github.com/crsjimo/emoji-c
Using emoji to write C đđ¨đ
https://github.com/crsjimo/emoji-c
c emoji
Last synced: 10 months ago
JSON representation
Using emoji to write C đđ¨đ
- Host: GitHub
- URL: https://github.com/crsjimo/emoji-c
- Owner: CrSjimo
- License: wtfpl
- Created: 2019-04-27T12:46:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T01:04:22.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T15:42:51.866Z (over 1 year ago)
- Topics: c, emoji
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emoji-c đđ¨
Using emoji to write C đđ¨đ
## Get Started âĄđ
Clone the repo to your project directory
We have already made a test code written in emoji-c for this repo
Compile the test code with a C compiler that supports Unicode identifier(eg: clang)
```bash
clang ./emoji-c/test/testcode.c -o ./test && ./test
```
The test code computes how many ways to combainate given amount(1 ⤠n ⤠10000) of yuan with Renminbi notes(īŋĨ1, īŋĨ5, īŋĨ10, īŋĨ20, īŋĨ50, īŋĨ100)
(Just a simple backpack dynamic programming)
## Copyright Šī¸
[WTFPL](./LICENSE)