Skip to content

REUpdate AreaTriangulo#1

Open
tatianasoliz wants to merge 1 commit into
kinfantas:masterfrom
tatianasoliz:patch-2
Open

REUpdate AreaTriangulo#1
tatianasoliz wants to merge 1 commit into
kinfantas:masterfrom
tatianasoliz:patch-2

Conversation

@tatianasoliz

Copy link
Copy Markdown

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

/ holamundo.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include "conio.h"
#include <iostream>

using namespace std;

int main()
{
	cout << "holamundo";
	getch();
    return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant