Free Ideone API
try it now!
Your great ideas will be born here
Recent public pastes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- 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
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- Tcl
- Text
- Unlambda
- Visual Basic .NET
- Whitespace
-
1 2 3 4 5 6 7
# include <stdio.h> int main (){ printf ("aaaaaa"); return 0; }
-
1
100!
-
1
2^75846578454565
-
1
10 / 2
-
1
10/2
-
1 2
scale=2 10/2
-
1
<audio source="...." type="..." controls="controls"></audio>
-
1 2 3 4 5 6 7 8 9
using System; using System.Text; namespace Codejam { class Tester { public static void Main(String[] args) {
...
-
1 2 3 4 5 6 7
public class Test { public static void Main() { Console.WriteLine("aaa"); } }
-
1 2 3 4 5 6 7
class Test { public static void Main() { Console.WriteLine("aaa"); } }
-
1 2 3 4 5 6 7
class Test { public static void Main() { Console.Writeline("aaa"); } }
-
1 2 3 4
public static void Main() { Console.Writeline("aaa"); }
-
1 2 3 4
main() { Console.Writeline("aaa"); }
-
1 2
2+2
-
1
10 Print "Hello World"
-
1 2 3
bc -l; scale = 2; x = 1.57; x+x; scale += scale+scale+1; x+=c(x); x+x;
-
1 2
scale = 2; x = 1.57; x+x; scale += scale+scale+1; x+=c(x); x+x;
-
1 2 3
main() { printf("hello, world\n"); }
-
1 2 3 4 5 6 7 8 9
#include "stdafx.h" #include <iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { float n = 80; float m = 30.51;
...
-
1 2 3 4 5 6 7 8 9
#include "stdafx.h" #include <iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { float n = 80; float m = 30.51;
...
-
1 2 3 4 5 6 7 8 9
#include "stdafx.h" #include <iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { float n = 80; float m = 30.51;
...
-
1 2 3 4 5 6 7 8 9
#include "stdafx.h" #include <iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { float n = 80; float m = 30.51;
...
-
1 2 3 4 5 6 7 8 9
// ciag fibonacciego.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> using namespace std; int fibonacci(int n)
...
-
1 2 3 4 5 6 7 8 9
// ciag fibonacciego.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> using namespace std; int fibonacci(int n)
...
-
1 2 3 4 5 6 7 8 9
#include "stdafx.h" #include <iostream> using namespace std; int silnia(int n) { int *wynik; if (n <=1 && n >= 0)
...
-
1
5+5
-
1
123^456
-
1
-
1
5+95+95+95+95
-
1
print "Hell"
