Main Page: Difference between revisions

From Elliptic Curve Crypto
No edit summary
 
extensions validation
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
<strong>MediaWiki has been installed.</strong>
=== Mathematics ===
<math>\int_{-\infty}^\infty e^{x^2}dx=\sqrt\pi</math>
=== Computer programming ===
<syntaxhighlight lang="cpp" line>
#include <iostream>
int main(const int argc,
    const char *const *const argv,
    const char *const *const envp)
{
    std::cout << "Hello, world!" << std::endl;
    return 0;
}
</syntaxhighlight>


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.

Revision as of 03:40, 13 December 2024

MediaWiki has been installed.

Mathematics

Computer programming

#include <iostream>
int main(const int argc,
    const char *const *const argv,
    const char *const *const envp)
{
    std::cout << "Hello, world!" << std::endl;
    return 0;
}

Consult the User's Guide for information on using the wiki software.

Getting started