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
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import fmt "fmt" func main() { fmt.Printf("Hello World") }
-
1 2 3 4 5 6 7
package main import fmt "fmt" func main() { fmt.Printf("Hello World") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("Hello, 世界\n") }
-
1 2 3 4 5 6 7 8
package main import ( "flag" "fmt" "rand" "time" )
...
-
1 2 3 4 5 6 7 8
package main import ( "flag" "fmt" "rand" "time" )
...
-
1 2 3 4 5 6 7 8 9
package main import ( "fmt" "exp/nacl/srpc" "runtime" ) type Hello struct {} func (Hello) Run(arg, ret []interface{}, size []int) srpc.Errno { ret = make([]interface{}, 1)
...
-
1 2 3 4 5
package main import "fmt" func main() { fmt.Printf("hello, world\n") }
-
1 2 3 4 5
package main import "fmt" func main() { fmt.Printf("hello, world\n") }
-
1 2 3 4 5
package main import "fmt" func main() { fmt.Printf("hello, world\n") }
-
1 2 3 4 5 6 7 8 9
package main import "fmt" type Foo struct { } type Bar struct { *Foo
-
1 2 3 4 5 6 7 8 9
package main import "fmt" type Foo struct { } type Bar struct { *Foo
-
1 2 3 4 5 6 7 8 9
package main import "fmt" type Foo struct { } type Bar struct { *Foo
...
-
1 2 3 4 5 6 7 8 9
package main import "fmt" type Foo struct { } type Bar struct { *Foo
...
-
1 2 3 4 5 6 7 8 9
package main // Two custom types type A int type B int // Foo interface with one method type Foo interface {
...
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("замисли си ;)\n") }
-
1 2 3 4 5 6 7
package main import "fmt" func main() { fmt.Printf("hello, world\n") }
-
1 2 3 4 5
package main import "fmt" func main() { fmt.Printf("hello, world\n") }
-
1 2 3 4 5 6 7 8 9
// $G $F.go && $L $F.$A && ./$A.out // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package main type Number *Number
...
