summaryrefslogtreecommitdiff
path: root/3p38.cpp
blob: 69830c51b9229471c01e2b37c588fe74c467d0f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <iostream>
#include <vector>

/*
 *
 * 3.38
 *
 * Adding two memory addresses together will give us
 * some completely unknown memory address we know
 * nothing about
 */

int main () {
	return 0;
}