Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1 2 3 4 5 6 7 8
#include "stdio.h" int mail() { printf("hola"); return0 }
-
1 2 3 4 5 6
#include "stdio.h" int mail() { printf("hola"); }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int sum (int one, int two); int difference (int one, int two); int product (int one, int two); int main(void){ int first, second; printf("Enter the first number:");
...
-
1 2 3 4 5 6
#include "stdio.h" int main() { print ("hola mundo"); }
-
1 2 3 4 5
int main() { include "stdio.h" print ("hola mundo"); }
-
1 2 3 4
int main() { print ("hola mundo"); }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { int num; num = 1; printf("I am a simple"); printf(" computer.\n"); printf ("My favorite number is %d because it is first.\n", num); return 0;
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<string.h> int main() { int i, j, k , len, n, t, tmp; char ar[50]; scanf("%s %d", &ar, &n); while(ar[0]!='.')
...
-
1 2 3 4
int main() { print "hola mundo"; }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<string.h> int main() { int i, j, k , len, n, t, tmp; char ar[50]; scanf("%s %d", &ar, &n); while(ar[0]!='.')
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<string.h> int main() { int i, j, k , len, n, t, tmp; char ar[50]; scanf("%s %d", &ar, &n); while(ar[0]!='.')
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { int num; printf("I am a simple"); printf("computer.\n"); printf ("My favorite number is %d because it is first.\n", num); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { int dogs; printf("How many dogs do you have?/n"); scanf ("%d", &dogs); printf ("So you have %d dogs(s)!/n", dogs); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main(){ char x[121]; float a=0, b=0, c=0; printf("Digite o nome do aluno: ");
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main(){ char x[121]; float a, b, c; printf("Digite o nome do aluno: ");
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main(){ char x[121]; float a, b, c; printf("Digite o nome do aluno: ");
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main(){ char x[121]; float a, b, c; printf("Digite o nome do aluno: ");
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main(){ char x[121]; float a, b, c; printf("Digite o nome do aluno: ");
...
-
1 2 3 4 5 6 7 8 9
// ilistui.c #include <stdio.h> #include "ilist.h" int main(void){ ilist list1 = icons(1, icons(3, icons(3, iempty()))); ilist list2 = icons(4, icons(5, icons(6, iempty())));
...
-
1 2 3 4 5
#include <stdio.h> main() { printf("el resultado es %d", (2+3)*5); }
-
1 2 3 4 5
#include <stdio.h> main() { printf("el resultado es %d", 2+3*5); }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main(){ char x[121]; float a, b, c; printf("Digite o nome do aluno: ");
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> /**********************************************************************/ /* */ /* Function: Calc_Simple_Interest */ /* */ /* Description: Simple Interest is the amount of interest calculated */ /* by using the formula: I = Prt */
...
-
1 2 3 4 5
#include <stdio.h> main() { printf("el resultado es %d", 12*13); }
-
1 2 3 4 5
#include <stdio.h> main() { printf("el resultado es %d, 12*13); }
-
1 2 3 4 5
#include <stdio.h> main() { printf("el resultado es %d, 12*13) }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> /**********************************************************************/ /* */ /* Function: Calc_Simple_Interest */ /* */ /* Description: Simple Interest is the amount of interest calculated */ /* by using the formula: I = Prt */
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main(){ char x[121]; float a, b, c; printf("Digite o nome do aluno: ");
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> /**********************************************************************/ /* */ /* Function: Calc_Simple_Interest */ /* */ /* Description: Simple Interest is the amount of interest calculated */ /* by using the formula: I = Prt */
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> /**********************************************************************/ /* */ /* Function: Calc_Simple_Interest */ /* */ /* Description: Simple Interest is the amount of interest calculated */ /* by using the formula: I = Prt */
...


