summaryrefslogtreecommitdiff
path: root/c_seguridad/code/formatst/ejemplotrespuntoce.c
diff options
context:
space:
mode:
authorGuillermo Ramos2013-05-27 00:07:01 +0200
committerGuillermo Ramos2013-05-27 00:07:01 +0200
commit45ec0c7e1bfd251e13f4d3ade89785e98df31ba9 (patch)
tree1f9b534ed4ea650517c39799f5e2aed0885ce87d /c_seguridad/code/formatst/ejemplotrespuntoce.c
downloadacm-master.tar.gz
Diffstat (limited to 'c_seguridad/code/formatst/ejemplotrespuntoce.c')
-rw-r--r--c_seguridad/code/formatst/ejemplotrespuntoce.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/c_seguridad/code/formatst/ejemplotrespuntoce.c b/c_seguridad/code/formatst/ejemplotrespuntoce.c
new file mode 100644
index 0000000..8e49d87
--- /dev/null
+++ b/c_seguridad/code/formatst/ejemplotrespuntoce.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(int argc, char** argv) {
+ if (argc > 1)
+ printf("%s", argv[1]);
+ return 0;
+}