8000 GitHub - DayoWong0/Notes: 笔记
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DayoWong0/Notes

Repository files navigation

Notes

Thanks to WindrunnerMaxfor the docsify template

Hello World

<!-- html -->
<div>Hello World</div>
/* css */
body::before {
  content: "Hello World";
}
/* javascript */
console.log("Hello World");
/* kotlin */
println("Hello World")
/* php */
echo "Hello World";
""" python """
print("Hello World");
/* java */
System.out.println("Hello World");
/* c */
printf("Hello World");
/* c++ */
cout << "Hello World" << endl;
/* golang */
fmt.Printf("Hello World");
# shell #
echo "Hello World";
/* C# */
Console.WriteLine("Hello World");
/* vbscript */
MsgBox("Hello,World!")
--[[ Lua ]]
print("hello world");

About

笔记

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0