Skip to content

Instantly share code, notes, and snippets.

@peschwa
Created March 16, 2016 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peschwa/b7449b286f5beb194a5e to your computer and use it in GitHub Desktop.
Save peschwa/b7449b286f5beb194a5e to your computer and use it in GitHub Desktop.
try printf("%b", 0^1);
X::AdHoc.new(payload => "Directive b not applicable for type Junction")
try printf("%c", 0^1);
X::AdHoc.new(payload => "Directive c not applicable for type Junction")
try printf("%d", 0^1);
X::AdHoc.new(payload => "Directive d not applicable for type Junction")
try printf("%e", 0^1);
X::AdHoc.new(payload => "Directive e not applicable for type Junction")
try printf("%f", 0^1);
X::AdHoc.new(payload => "Directive f not applicable for type Junction")
try printf("%g", 0^1);
X::AdHoc.new(payload => "Directive g not applicable for type Junction")
try printf("%o", 0^1);
X::AdHoc.new(payload => "Directive o not applicable for type Junction")
try printf("%s", 0^1);
one(0, 1)Any
try printf("%u", 0^1);
X::AdHoc.new(payload => "Directive u not applicable for type Junction")
try printf("%x", 0^1);
X::AdHoc.new(payload => "Directive x not applicable for type Junction")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment