首页 > 学院 > 开发设计 > 正文

scala:hello world

2019-11-11 03:44:17
字体:
来源:转载
供稿:网友
object HelloWorld {  def main(args: Array[String]): Unit = {    PRintln("hello world")  }}
上一篇:smtp服务认证过程

下一篇:prim算法

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表