mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
11 lines
133 B
Markdown
11 lines
133 B
Markdown
# Easy Math
|
|
|
|
2 + 2 = 4 // this test will pass
|
|
2 + 2 = 5 // this test will fail
|
|
|
|
# Harder Math
|
|
|
|
230230 + 5819123 = 6049353
|
|
|
|
3 - 1 = 2
|