home
login
search:
groups
library
objective-c (18)
Link to this snippet:
language:
C
licence:
Other
C Starter
options:
send to code collector
•
view all adam gonzalez's snippets
#include <stdio.h> int main() { printf("Hello World"); return 0; }