diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-14 15:30:28 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-14 15:30:28 +0100 |
| commit | 1de596dd9242b677d6b47b51db98ce98feb95465 (patch) | |
| tree | acbc79883c0af843b8b999a39f96cefd48e6e390 /cpp06/ex01/main.cpp | |
| parent | b13cd117a7957f9d86ec2986b47349979325a854 (diff) | |
| download | piscine_cpp-1de596dd9242b677d6b47b51db98ce98feb95465.tar.gz piscine_cpp-1de596dd9242b677d6b47b51db98ce98feb95465.tar.bz2 piscine_cpp-1de596dd9242b677d6b47b51db98ce98feb95465.zip | |
Updated cpp07 files with new subject
Diffstat (limited to 'cpp06/ex01/main.cpp')
| -rw-r--r-- | cpp06/ex01/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp06/ex01/main.cpp b/cpp06/ex01/main.cpp index 616935d..7fabe91 100644 --- a/cpp06/ex01/main.cpp +++ b/cpp06/ex01/main.cpp @@ -6,7 +6,7 @@ /* By: charles <me@cacharle.xyz> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/11/18 09:32:02 by charles #+# #+# */ -/* Updated: 2020/12/14 11:14:11 by cacharle ### ########.fr */ +/* Updated: 2020/12/14 11:29:41 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -73,7 +73,5 @@ int main() << std::endl; delete data; } - - std::cout << "sizeof(Data) = " << sizeof(Data) << std::endl; return 0; } |
