❔ Polyglot simple message
The Program should output a message in console, my question is where is this console output in a vscode polyglot notebook?
7 Replies
works fine for me
Yes but what happens when it is part of a class?
as long as you call the method, no problems
your code above is a bit peculiar, you're declaring a static void Main, as if this was a normal program with an entrypoint
but its not, its a C# interactive script
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.