Skip to content

Instantly share code, notes, and snippets.

View Seb2805's full-sized avatar

Sebastian Morales Texocotitla Seb2805

  • 09:47 (UTC -12:00)
  • Joined Aug 28, 2025
View GitHub Profile
@Seb2805
Seb2805 / Operaciones2.cpp
Created September 4, 2025 20:22
quinto programa
#include <iostream>
using namespace std;
int a=8;
int b=2;
int r=0;
int main ()
{
@Seb2805
Seb2805 / Operaciones.cpp
Created September 4, 2025 20:19
cuarto programa
#include <iostream>
using namespace std;
int a=8;
int b=2;
int r=0;
int main ()
{
r=a+b;
a=r+b;
}
@Seb2805
Seb2805 / 3hola.cpp
Created September 4, 2025 19:56
tercer programa
#include <iostream>
using namespale std;
int hola ()
{
cout<<"Hola";
}
int main ()
{
#include <iostream>
using namesplace std;
int main ()
{
cout<<"hola mundo";
return 0;
}
@Seb2805
Seb2805 / hola.cpp
Last active September 2, 2025 17:25
primer programa
#include <iostream>
Int main()
{
std::cout<<Hola Mundo;
Return 0;
}