C
C#12mo ago
eric bonito

❔ 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
Pobiega
Pobiega12mo ago
Pobiega
Pobiega12mo ago
works fine for me
eric bonito
eric bonito12mo ago
Yes but what happens when it is part of a class?
Pobiega
Pobiega12mo ago
as long as you call the method, no problems
Pobiega
Pobiega12mo ago
Pobiega
Pobiega12mo ago
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
Accord
Accord12mo ago
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.