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 "pawlib/iochannel.hpp" | |
#include "pawlib/goldilocks.hpp" | |
using namespace pawlib; | |
using namespace pawlib::ioformat; | |
void bubblesort(int* arr, int len) | |
{ | |
int temp; | |
bool swap; |
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 "pawlib/iochannel.hpp" | |
using namespace pawlib; | |
using namespace pawlib::ioformat; | |
class SomeMagicThing | |
{ | |
public: | |
SomeMagicThing(int n1, int n2, bool b1) | |
:foo(n1), bar(n2), baz(b1) |
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
/* Perilous Guess | |
* Written by Jason C. McDonald (CodeMouse92) | |
* Intended as an example for PawLIB trilean. | |
* Relies on PawLIB: mousepawmedia.com/pawlib | |
*/ | |
/* LICENSE | |
* Copyright (c) 2017 Jason C. McDonald. | |
* All rights reserved. | |
* |
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
example.com | |
example.net |
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
Verifying that +codemouse92 is my blockchain ID. https://onename.com/codemouse92 |
NewerOlder