Skip to content

Instantly share code, notes, and snippets.

View jlfwong's full-sized avatar

Jamie Wong jlfwong

View GitHub Profile
http://downloads.wordpress.org/plugin/wp-codebox.zip
<input type='button' value='click me' onclick='solve' />
#include <iostream>
using namespace std;
int main() {
return 0;
}