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

https://github.com/jzx555/hello-world

Just one try
https://github.com/jzx555/hello-world

Last synced: 7 months ago
JSON representation

Just one try

Awesome Lists containing this project

README

          

# hello-world
Just one try

Hi humans!

int fuc(int x, int y) {
return x % y == 0 ? y : fuc(y, x % y);
}