Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Watermelon AI SummaryThis Pull Request introduces initial experiments in different programming languages, starting off with a basic Python script and a JavaScript file, alongside a minor update to enhance the Python script. The descriptions suggest these are preliminary tests, likely setting the stage for further development. GitHub PRs
Click here to login to Jira No results found in Linear Tickets :( Click here to login to Asana |
| @@ -0,0 +1,3 @@ | |||
| print("This line will be printed.") | |||
|
|
|||
There was a problem hiding this comment.
This PR contains console logs. Please review or remove them.
| @@ -0,0 +1 @@ | |||
| console.log("this is JS"); | |||
There was a problem hiding this comment.
This file contains at least one console log. Please remove any present.
| @@ -0,0 +1,3 @@ | |||
| print("This line will be printed.") | |||
There was a problem hiding this comment.
This file contains at least one console log. Please remove any present.
| @@ -0,0 +1 @@ | |||
| console.log("this is JS"); | |||
There was a problem hiding this comment.
This file contains at least one console log. Please remove any present.
| @@ -0,0 +1,3 @@ | |||
| print("This line will be printed.") | |||
There was a problem hiding this comment.
This file contains at least one console log. Please remove any present.
| @@ -0,0 +1 @@ | |||
| console.log("this is JS"); | |||
There was a problem hiding this comment.
This file contains at least one console log. Please remove any present.
| @@ -0,0 +1,3 @@ | |||
| print("This line will be printed.") | |||
There was a problem hiding this comment.
This file contains at least one console log. Please remove any present.
TEST