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
| string getName() const | |
| { | |
| return name; | |
| } |
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
| a = (b) -> | |
| b*2 |
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
| #include <iostream> | |
| #include <fstream> | |
| #include <istream> | |
| #include <cstdlib> | |
| #include <math.h> | |
| using namespace std; | |
| int main () { | |
| char c; | |
| int num = 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
| 28 | |
| 256f | |
| b0 | |
| 25a1 | |
| b0 | |
| ff09 | |
| 256f | |
| fe35 | |
| 20 | |
| 253b |
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
| public class HelloWorld{ | |
| public static void main(String[] args){ | |
| String something = "(╯°□°)╯︵ ┻━┻ /(.□.)\\ /(.□.)\\ ┻━┻ /(.□.)\\"; | |
| //"╯°□°)╯︵ ┻━┻"; | |
| for(int i = 0; i < something.length(); i++){ | |
| System.out.println(Integer.toHexString(something.charAt(i))); | |
| } | |
| } | |
| } |
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
| let rec xs = [if x `elem` [1,2..] then x else rec x| x <- xs] |
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
| @LOOPSTART | |
| FFI << @LOOK @WEST | |
| testtgoto @PULLWEST | |
| FFI << @LOOK @SOUTH | |
| testtgoto @PULLSOUTH | |
| FFI << @LOOK @NORTH | |
| testtgoto @PULLNORTH | |
| FFI << @MOVE @WEST | |
| goto << @LOOPSTART |
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
| @LOOPSTART | |
| goto << @PULLWEST | |
| @PULLEAST | |
| FFI << @PULL @EAST | |
| FFI << @MOVE @EAST | |
| FFI << @LOOK @NORTH | |
| testtgoto << @PULLNORTH | |
| FFI << @LOOK @SOUTH | |
| testtgoto << @PULLSOUTH |
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
| @LOOPSTART | |
| FFI << @LOOK @EAST | |
| testtgoto << @PULLEAST | |
| FFI << @LOOK @SOUTH | |
| testtgoto << @PULLSOUTH | |
| FFI << @LOOK @NORTH | |
| testtgoto << @PULLNORTH | |
| FFI << @MOVE @WEST | |
| goto << @LOOPSTART | |
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
| @LOOPSTART | |
| CALLFF << @LOOK @EAST 2 | |
| DUP | |
| EQUAL << @CELL_ROBOT | |
| IFTGOTO << @MOVEBOTNORTH | |
| EQUAL << @CELL_RESOURCE | |
| IFTGOTO << @PULLRESOURCEEAST | |
| CALLFF << @LOOK @WEST 2 |
OlderNewer