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; +}