赞
踩
我是码农一枚,在这里用不同编程语言中祝福大家"2024,龙年大吉"~
print("2024,龙年大吉")
public class Main {
public static void main(String[] args) {
System.out.println("2024,龙年大吉");
}
}
#include <iostream>
using namespace std;
int main() {
cout << "2024,龙年大吉" << endl;
return 0;
}
console.log("2024,龙年大吉");
puts "2024,龙年大吉"
package main
import "fmt"
func main() {
fmt.Println("2024,龙年大吉")
}
using System;
class Program {
static void Main(string[] args) {
Console.WriteLine("2024,龙年大吉");
}
}
print("2024,龙年大吉")
fun main() {
println("2024,龙年大吉")
}
<?php
echo "2024,龙年大吉";
?>
fn main() {
println!("2024,龙年大吉");
}
console.log("2024,龙年大吉");
object Main extends App {
println("2024,龙年大吉")
}
print "2024,龙年大吉\n";
main = putStrLn "2024,龙年大吉"
print("2024,龙年大吉")
SELECT '2024,龙年大吉';
没提到的编程语言,欢迎大家继续补充~
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。