aboutsummaryrefslogtreecommitdiff
path: root/semestr-5/so/lista1/so21_lista_1/test.c
blob: 07e971198eb4c800e4d45390bdf1e5c528e47215 (plain)
1
2
3
4
5
6
int main() {
	int x = 0;
	while (1) {
		x += 1;
	}
}