René's URL Explorer Experiment


Title: Compiler Explorer

Open Graph Title: Compiler Explorer - C++

Description: #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN int factorial(int n) { return n <= 1 ? n : factorial(n-1) * n; } TEST_CASE("testing factorial") { CHECK(factorial(0) == 1); CHECK(factorial(1) == 1); CHECK(factorial(2) == 2); CHECK(factorial(3) == 6); CHECK(factorial(10) == 3628800); } // for more see https://hackingcpp.com/cpp/diagnostics.html#doctest

Open Graph Description: #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN int factorial(int n) { return n <= 1 ? n : factorial(n-1) * n; } TEST_CASE("testing factorial") { CHECK(factorial(0) == 1); CHECK(factorial(1) == 1); CHECK(factorial(2) == 2); CHECK(factorial(3) == 6); CHECK(factorial(10) == 3628800); } // for more see https://hackingcpp.com/cpp/diagnostics.html#doctest

Mail addresses
matt@godbolt.org

X: @CompileExplore

direct link

Domain: godbolt.org

NoneIE=edge
twitter:cardsummary
og:imagehttps://github.com/compiler-explorer/infra/blob/main/logo/favicon.png?raw=true
og:image:secure_urlhttps://github.com/compiler-explorer/infra/blob/main/logo/favicon.png?raw=true
og:image:typeimage/png
og:image:width145
og:image:height145
authorMatt Godbolt
googlenotranslate
theme-color#f2f2f2

Links:

https://godbolt.org/
Become a Patron  https://www.patreon.com/bePatron?u=3691963
Sponsor on GitHub  https://github.com/sponsors/compiler-explorer
Donate via PayPal  https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KQWQZ7GPY2GZ6&item_name=Compiler+Explorer+development¤cy_code=USD&source=url
Compiler Explorer Shop  https://shop.compiler-explorer.com
Source on GitHub  https://github.com/compiler-explorer/compiler-explorer
Mailing list  https://groups.google.com/forum/#!forum/compiler-explorer-discussion
Installed libraries  https://godbolt.org/admin/libraries.html
Wiki  https://github.com/compiler-explorer/compiler-explorer/wiki
Report an issue  https://github.com/compiler-explorer/compiler-explorer/issues
How it works  https://xania.org/202506/how-compiler-explorer-works
CE on Mastodon  https://hachyderm.io/@compiler_explorer
CE on Bluesky  https://bsky.app/profile/compiler-explorer.com
Statistics  https://stats.compiler-explorer.com/
click herehttps://godbolt.org/noscript/z/KT7qhra5b
CppInsightshttps://cppinsights.io/
Quick-benchhttp://quick-bench.com/
Anthropichttps://www.anthropic.com/
Privacy Policyhttps://godbolt.org/#privacy
You can suggest us one at any time https://github.com/compiler-explorer/compiler-explorer/issues/new?assignees=&labels=request%2Cnew-libs&template=library_request.md&title=%5BLIB+REQUEST%5D+INSERT+LIB+NAME+HERE
Websitehttps://godbolt.org/z/KT7qhra5b
Exampleshttps://godbolt.org/z/KT7qhra5b#load-examples
Browser-local storagehttps://godbolt.org/z/KT7qhra5b#load-browser-local
Browser-local historyhttps://godbolt.org/z/KT7qhra5b#load-browser-local-history
File systemhttps://godbolt.org/z/KT7qhra5b#load-file-system
Colouringhttps://godbolt.org/z/KT7qhra5b#colouring
Site behaviourhttps://godbolt.org/z/KT7qhra5b#site-behaviour
Keybindingshttps://godbolt.org/z/KT7qhra5b#keybindings
Editorhttps://godbolt.org/z/KT7qhra5b#editor
Compilationhttps://godbolt.org/z/KT7qhra5b#compilation
conan.iohttps://conan.io/
this Github issuehttps://github.com/compiler-explorer/compiler-explorer/issues/7194

Viewport: width=device-width, initial-scale=1.0, user-scalable=no, shrink-to-fit=no


URLs of crawlers that visited me.