From 4cab3da213e4a2d97d93052bf8574efada1cd655 Mon Sep 17 00:00:00 2001 From: Ivan Khokhlov Date: Fri, 30 Aug 2024 16:36:55 +0000 Subject: [PATCH] tst --- task_03/src/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/task_03/src/main.cpp b/task_03/src/main.cpp index 76e8197..e5656f9 100644 --- a/task_03/src/main.cpp +++ b/task_03/src/main.cpp @@ -1 +1,4 @@ -int main() { return 0; } +int main() { + int *p = new int; + return 0; +}