mirror of
https://github.com/Ed94/LangStudies.git
synced 2024-11-10 04:14:53 -08:00
9 lines
79 B
Plaintext
9 lines
79 B
Plaintext
// Testing a comment
|
|
"Hello World!";
|
|
|
|
/**
|
|
*
|
|
* Testing a comment
|
|
*/
|
|
42;
|