Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 010faa3

Browse files
committed
Format code block in second question of ticket 3
1 parent a1a6e50 commit 010faa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

slides/ticket03.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ c_{n1} & \dots & c_{nm}
9191
```C++
9292
Class TLink
9393
{
94-
Public:
95-
Intvalue;//значение
96-
Intnext;//индекс следующего звена
97-
Protected:
94+
public:
95+
Int value; //значение
96+
Int next; //индекс следующего звена
97+
protected:
9898
TLink();
9999
};
100100
TLinkMem[MemLimit];

0 commit comments

Comments
 (0)