This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| At generation 29999 ['0010101010011101011011010011', '1010100011010100001001010001', '1110011010000010001011111011', '1110011110000011000110111011', '1110011000000010001011111000'] | |
| [['6', '*', '7'], ['7', '*', '6'], ['6', '+', '6', '*', '6'], ['0', '+', '6', '*', '7'], ['1', '*', '6', '*', '7'], ['9', '*', '4', '+', '6'], ['7', '*', '6', '+', '0'], ['6', '*', '7', '+', '0'], ['6', '+', '9', '*', '4'], ['7', '*', '7', '-', '7'], ['7', '+', '5', '*', '7'], ['6', '*', '7', '*', '1'], ['5', '*', '7', '+', '7'], ['3', '*', '2', '*', '7'], ['6', '*', '6', '+', '6'], ['3', '*', '7', '*', '2'], ['7', '*', '1', '*', '6'], ['7', '*', '3', '*', '2'], ['2', '*', '3', '*', '7'], ['7', '*', '6', '*', '1'], ['6', '+', '4', '*', '9'], ['7', '*', '5', '+', '7'], ['5', '*', '8', '+', '2'], ['5', '*', '9', '-', '3'], ['7', '*', '2', '*', '3'], ['6', '*', '7', '-', '0'], ['6', '*', '8', '-', '6'], ['2', '+', '8', '*', '5'], ['8', '*', '6', '-', '6'], ['6', '/', '1', '*', '7'], ['7', '/', '1', '*', '6'], ['9', '*', '5', '-', '0', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Testing my haskell pastebin app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Test of pb.hs | |
| Another line... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Testing http://github.com/dom96/pb/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blah testing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import System.IO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import System.IO | |
| import System.Environment | |
| import System.Process |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| i should add some comments to pb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Generated by Nimrod Compiler v0.8.9 */ | |
| /* (c) 2010 Andreas Rumpf */ | |
| /* Compiled for: Linux, i386, gcc */ | |
| /* Command for C compiler: | |
| gcc -c -w -I/home/dominik/Desktop/code/outside/bzr/nimrod/lib -o nimcache/bug.o nimcache/bug.c */ | |
| typedef long int NI; | |
| typedef unsigned long int NU; | |
| #include "nimbase.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last) | |
| bug.nim, line: 4 | |
| system.nim, bug.test, line: 1497 | |
| Error: unhandled exception: cannot open: blah [EIO] |