mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-05-13 11:32:54 +02:00
This commit is contained in:
parent
aa9ed79163
commit
3d80f5896e
7 changed files with 25 additions and 25 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<title>Womangling</title>
|
||||
</head>
|
||||
<body>
|
||||
<main class="main">
|
||||
<main>
|
||||
<div class="content" id="content-area">
|
||||
<h1>
|
||||
<a class="root-link" href=".">Learn C++ Itanium Symbol Mangling</a>
|
||||
|
|
@ -104,7 +104,7 @@ int main() {
|
|||
that isn't stored in the symbol for efficiency)
|
||||
</li>
|
||||
</ul>
|
||||
<div class="quiz-section">
|
||||
<quiz-section>
|
||||
<p>
|
||||
What is the mangled symbol of the following instantiation of
|
||||
empty?
|
||||
|
|
@ -128,7 +128,7 @@ int main() {
|
|||
</button>
|
||||
<div class="error"></div>
|
||||
</form>
|
||||
</div>
|
||||
</quiz-section>
|
||||
</section>
|
||||
<section data-step="1" class="step">
|
||||
<p class="lesson-last-paragraph">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue