From 9c56dc45c06f122f05704fb527cf3f9bd287f142 Mon Sep 17 00:00:00 2001 From: tatianasoliz Date: Tue, 3 Sep 2013 07:02:55 -0700 Subject: [PATCH] Update AreaTriangulo / holamundo.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "conio.h" #include using namespace std; int main() { cout << "holamundo"; getch(); return 0; } --- AreaTriangulo | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/AreaTriangulo b/AreaTriangulo index ff94dbf..76e8945 100644 --- a/AreaTriangulo +++ b/AreaTriangulo @@ -1 +1,15 @@ -fhfhhfhhf +/ holamundo.cpp : Defines the entry point for the console application. +// + +#include "stdafx.h" +#include "conio.h" +#include + +using namespace std; + +int main() +{ + cout << "holamundo"; + getch(); + return 0; +}