contur2
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1#include <iostream>
2
3int main()
4{
5 std::cout << "Contur 2 — OS Kernel Simulator\n";
6 return 0;
7}
int main()
Definition main.cpp:3