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

/*
 *
 * 4.3
 *
 *
 */

int main () {

	// Sure, i think its acceptable. But i think this is a little out of my depth to really have a good opinion.
	// As long as i am warned by the compiler that it's undefined then i think its alright.
	return 0;
}