Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Warnings
//Title of this code //gcc 4.9.2 #include<stdio.h> int foo(void) __attribute__((warn_unused_result)); int main (int argc, char **argv) { foo(); return (0); } int foo(void) { printf("Hello World!\n"); return 0; }
run
|
edit
|
history
|
help
0
mapOfIndia
150116_MatrizOrdenada
Add.c
incrementing values in an array
prime or not
B_141125_Repetidos
20171127_ARRAY_ValorMayor
Program to calculate characters
ele709 3.5 finished
main.c