Stellortus

  • Home
  • Tags
  • Archives
  • Search
  • Table of Contents
  • Overview
Stellortus

Stellortus

66 posts
17 tags
GitHub Luogu
最近发布
  • 重构声明v2&复活!
  • 中秋月圆v2
  • 算法-二进制
  • 算法-字符串string
  • VSCode配置C++开发环境

code-test

Posted on 2024-08-07 Word count in article: 0
1
2
3
public static void main(String[] args){
System.out.println("Hello World!");
}
1
2
3
4
int main(){
cout << "Hello World!" << endl;
return 0;
}
1
print("Hello World!")
1
console.log("Hello World!");
1
fmt.Println("Hello World!")
1
2
3
4
int main(){
printf("Hello World!\n");
return 0;
}
test
PowerShell无法运行脚本,因为在此系统上禁止运行脚本
Happy Birthday!
© 2026 Stellortus
0%