Imprime el fichero binario por pantalla

This commit is contained in:
2023-04-20 16:16:13 +02:00
commit 39c9777455
3 changed files with 72 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
all:
clang++ main.cpp -std=c++11 -Wall -Os -ffunction-sections -fdata-sections -o main