Created
October 1, 2014 16:19
-
-
Save octocat/6cad326836d38bd3a7ae to your computer and use it in GitHub Desktop.
Hello world!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class HelloWorld | |
def initialize(name) | |
@name = name.capitalize | |
end | |
def sayHi | |
puts "Hello #{@name}!" | |
end | |
end | |
hello = HelloWorld.new("World") | |
hello.sayHi |
i'm chain
hello,nice to meet you all.Let's say hello to react
hi
yo
hello
Hi @octocat!
请允许我说方言 介玩意留言是为了嘛啊
都是闲的,996看来还不够厉害
I'm coming
xixi
Hi
Olá!
مرحبا!
李景亮
张伟丽
你好
王术正-2022-3-15
您好!已收到您的来信~
您好!已收到您的来信~
您好!已收到您的来信~
Hello react!
hello react
您好!已收到您的来信~
I'm from www.runoob.com
From React AJAX
你好
Merhaba
您好!已收到您的来信~
Hello,react!
你好,你的邮件我已收到,谢谢来信。
您好!已收到您的来信~
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jj