An open API service indexing awesome lists of open source software.

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 📝🇨😂

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)