markdown 你好世界的例子

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 你好世界的例子相关的知识,希望对你有一定的参考价值。

# title

## lists

+ first
+ second
+ third
This is a new placeholder file.
class HelloWorld
   def initialize(name)
      @name = name.capitalize
   end
   def sayHi
      puts "Hello !"
   end
end

hello = HelloWorld.new("World")
hello.sayHi
class HelloWorld:

    def __init__(self, name):
        self.name = name.capitalize()
       
    def sayHi(self):
        print "Hello " + self.name + "!"

hello = HelloWorld("world")
hello.sayHi()
Run `ruby hello_world.rb` or `python hello_world.py` to print Hello World

以上是关于markdown 你好世界的例子的主要内容,如果未能解决你的问题,请参考以下文章

markdown 你好,世界!

“你好世界!” DevExpress QuantumGrid 的例子?

text 你好世界的例子

text 你好世界的例子

javascript 你好世界的例子

什么是“你好,世界!” “std::ref”的例子?