diff --git a/.hola mundo.txt.swp b/.hola mundo.txt.swp new file mode 100644 index 0000000..eeb36e3 Binary files /dev/null and b/.hola mundo.txt.swp differ diff --git a/hola mundo.txt b/hola mundo.txt new file mode 100644 index 0000000..47686b6 --- /dev/null +++ b/hola mundo.txt @@ -0,0 +1,9 @@ + +using namespace std; + +int main() +{ + cout<<"Hello World"; + + return 0; +}