https://github.com/zing-dev/test-c
test-c
https://github.com/zing-dev/test-c
Last synced: 9 months ago
JSON representation
test-c
- Host: GitHub
- URL: https://github.com/zing-dev/test-c
- Owner: zing-dev
- License: apache-2.0
- Created: 2017-08-09T08:56:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T09:55:49.000Z (about 8 years ago)
- Last Synced: 2025-02-02T05:41:20.092Z (11 months ago)
- Language: C
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test-c
test-c
```
#include
int main()
{
printf("Hello World");
}
```