Skip to content

Walhalla-Summary/Programming_Languages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

编程语言✨.

auther version rating

欢迎到访!🎈,很高兴见到您~,祝您,早上好,中午好,下午好,晚安😴.

// java -> Hello World
public class HelloWorld{
    public static void main(String[] agrs){
        System.out.println("Hello Java World!")
    }
}
// scala -> Hello World
object HelloWorld{
  def main(args:Array[String]){
    println("Hello Scala World!")
  }
}
# python -> Hello World
def HelloWorld():
    print("Hello Python World!")
    
if__name__=='__main__':
    HelloWorld()

java.

scala.

python.

About

开发语言.Java、Scala、Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published