#include<iostream>
using namespace std;
int main(){
cout<<"hello";
return 0;
}
c++
print("hello")
python
<div>
<h1>hello<h1>
<div>
html
public class Main {
public static void main(String[] args) {
System.out.println("hello");
}
}
java
console.log("hello");
js
using System;
class Program {
static void Main() {
Console.WriteLine("hello");
}
}
c#
puts "hello"
rudy
print("hello")
swift

被折叠的 条评论
为什么被折叠?



