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
- Host: GitHub
- URL: https://github.com/jzx555/hello-world
- Owner: JZX555
- Created: 2018-01-22T06:49:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T07:08:57.000Z (over 7 years ago)
- Last Synced: 2025-01-11T18:52:09.743Z (9 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-world
Just one tryHi humans!
int fuc(int x, int y) {
return x % y == 0 ? y : fuc(y, x % y);
}