Ruby Cheat Sheet

ruby

puts 's'
python

print('s')
javascript

console.log("s");
go

s := "s"
fmt.Println(s)
rust