Home page - pnmar/Numerica-Practica-2 GitHub Wiki
Welcome to the Numerica 2 wiki! The objective of this wiki is no other than practice the creation of wikis for other projects and a bit of markdown syntax.
The following list showcases links to the pages of other projects.
- Norms.
- Gauss Algorithm.
- etc...
This is a test to show plain code in C++.
#include <iostream>
using namespace std;
int main() {
cout << "Hello world!" << endl;
}