# C SnipMate snippets

snippet main
	int main(${1:int argc, const char **argv}) {
		$0
	}