https://github.com/zing-dev/learn-c
Can I do anything using c?
https://github.com/zing-dev/learn-c
c learn-c
Last synced: about 2 months ago
JSON representation
Can I do anything using c?
- Host: GitHub
- URL: https://github.com/zing-dev/learn-c
- Owner: zing-dev
- License: apache-2.0
- Created: 2017-08-07T14:19:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T00:53:14.000Z (about 4 years ago)
- Last Synced: 2025-02-02T05:41:21.803Z (4 months ago)
- Topics: c, learn-c
- Language: C
- Homepage:
- Size: 9.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```c
#includeint main()
{
printf("Hello World");
return 0;
}
```