当前位置:   article > 正文

各种编程语言送祝福:2024龙年大吉_程序员开工大吉2024

程序员开工大吉2024

我是码农一枚,在这里用不同编程语言中祝福大家"2024,龙年大吉"~
2024,龙年大吉

Python

print("2024,龙年大吉")
  • 1

Java

public class Main {
    public static void main(String[] args) {
        System.out.println("2024,龙年大吉");
    }
}
  • 1
  • 2
  • 3
  • 4
  • 5

C++

#include <iostream>
using namespace std;

int main() {
    cout << "2024,龙年大吉" << endl;
    return 0;
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

JavaScript

console.log("2024,龙年大吉");
  • 1

Ruby

puts "2024,龙年大吉"
  • 1

Go

package main
import "fmt"

func main() {
    fmt.Println("2024,龙年大吉")
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

C#

using System;

class Program {
    static void Main(string[] args) {
        Console.WriteLine("2024,龙年大吉");
    }
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

Swift

print("2024,龙年大吉")
  • 1

Kotlin

fun main() {
    println("2024,龙年大吉")
}
  • 1
  • 2
  • 3

PHP

<?php
echo "2024,龙年大吉";
?>
  • 1
  • 2
  • 3

Rust

fn main() {
    println!("2024,龙年大吉");
}
  • 1
  • 2
  • 3

TypeScript

console.log("2024,龙年大吉");
  • 1

Scala

object Main extends App {
  println("2024,龙年大吉")
}
  • 1
  • 2
  • 3

Perl

print "2024,龙年大吉\n";
  • 1

Haskell

main = putStrLn "2024,龙年大吉"
  • 1

Lua

print("2024,龙年大吉")
  • 1

SQL

SELECT '2024,龙年大吉';
  • 1

没提到的编程语言,欢迎大家继续补充~

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/302410
推荐阅读
相关标签
  

闽ICP备14008679号