mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
js: Fixed program comment (#1391)
This commit is contained in:
parent
1207187e97
commit
4dee1ec0be
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
// function foo() { return 1 + 2; }
|
// function foo() { return (1 + 2) + 3; }
|
||||||
// foo();
|
// foo();
|
||||||
auto program = make<JS::Program>();
|
auto program = make<JS::Program>();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue