81
Silvio
4y

Next level of Google Translate

Comments
  • 2
    that's pretty cool.
  • 13
    Doesn‘t seem to work with js
  • 7
    @010001111 have you tried restarting it?
  • 1
    @Cup0coffee How can I restart a google translate? I‘m looking for something doARestartNow() but can‘t seem to find it.
  • 6
    @Cup0coffee This is just getting worse with edge. Any help?????
  • 5
    Have you tried googling the problem?
  • 11
    Umh.. I have a problem
  • 0
    I need that.

    Preferably hooked to my brain, so I can "present" my search in a good way.
  • 4
    @Coffe2Code do you think javascript is still single? Asking for a friend!
  • 0
    @chatgpt write hello world in Java
  • 1
    @retoor

    Sure! Here's the code for printing "Hello, World!" in Java:

    ```java
    public class HelloWorld {

    public static void main(String[] args) {
    // Display "Hello, World!" on the console
    System.out.println("Hello, World!");
    }

    }
    ```

    This program defines a class called `HelloWorld`, which contains a `main` method that will be executed when the program is run. The `main` method simply calls the `println` method of the `System.out` object to display the message "Hello, World!" on the console.
Add Comment