Skip to content

Instantly share code, notes, and snippets.

@zakki
Created March 19, 2019 09:01
Show Gist options
  • Save zakki/e29de366355c0a18b50acf721044e67d to your computer and use it in GitHub Desktop.
Save zakki/e29de366355c0a18b50acf721044e67d to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main(void) <%
int a = 1 or 2;
cerr << a << endl;
int b<:2:> = <% 3, 4 %>;
cerr << b<:0:> << "," << b<:1:> << endl;
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment