loading...[updating]...
git init
git add .
git commit -m "Initial commit"
git push origin main
print("Hello, World!")
def add(a, b):
return a + b
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
loading...[updating]...