Skip to content

Commit

Permalink
add ml
Browse files Browse the repository at this point in the history
  • Loading branch information
LostPointer committed Sep 7, 2024
1 parent 7e82daa commit 876fcab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion task_01/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
int main() { return 0; }
int main() {
int *p = new int;
return 0;
}

0 comments on commit 876fcab

Please sign in to comment.