S
Stefan Ram
I can write a Java program that can print "hello, world",
while the source code does not contain a semicolon:
class Main
{ public static void main( java.lang.String[] args )
{ if( java.lang.System.out.printf( "hello, world%n" )== null ){} }}
Can a program be written in C# (using only the standard
libraries), that prints "hello, world" and whose source
code does not contain a semicolon »;«?
while the source code does not contain a semicolon:
class Main
{ public static void main( java.lang.String[] args )
{ if( java.lang.System.out.printf( "hello, world%n" )== null ){} }}
Can a program be written in C# (using only the standard
libraries), that prints "hello, world" and whose source
code does not contain a semicolon »;«?