| name | language | licence |
|---|---|---|
| PHP Starter | PHP | Other |
| Java Starter | Java | Other |
| C Starter | C | Other |
| Objective-C Starter | Objective-C | Other |
language: C
licence: Other
C Starter
options: view full snippet • send to code collector
#include <stdio.h>
int main() {
printf("Hello World");
return 0;
}



library
java (3)
hello world (4)