Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Maverick94

Maverick94

Maverick94 has asked 2 questions and find answers to 0 problems.

Stats

10
EtPoint
0
Vote count
2
questions
0
answers

About

Student at the University of Granada

Computer Engineering

#include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}

:D