mirror of https://github.com/x64dbg/btparser
9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
|
//this is a single line comment string x = "3";
|
||
|
int x = 5;
|
||
|
/*
|
||
|
|
||
|
this
|
||
|
|
||
|
is a
|
||
|
|
||
|
multline comment*/int y = 4;
|