aboutsummaryrefslogtreecommitdiff
path: root/semestr-5/so/lista1/so21_lista_1/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'semestr-5/so/lista1/so21_lista_1/test.c')
-rw-r--r--semestr-5/so/lista1/so21_lista_1/test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/semestr-5/so/lista1/so21_lista_1/test.c b/semestr-5/so/lista1/so21_lista_1/test.c
new file mode 100644
index 0000000..07e9711
--- /dev/null
+++ b/semestr-5/so/lista1/so21_lista_1/test.c
@@ -0,0 +1,6 @@
+int main() {
+ int x = 0;
+ while (1) {
+ x += 1;
+ }
+}