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
some_tests
If then price calculation v1
Sirali_mi_fonksyonu
diagonal sum
B_141121_factorial02
Project 4 v1
ForU
C pattern Rhombus
C_141126_ArrayMayorMenor01
Partition