DevInsideYou
152 subscribers
7 photos
2 files
222 links
Making the world of professional software development accessible to anyone by creating educational videos at devinsideyou.com
Download Telegram
Looks like telegram can finally render code snippets with markdown syntax highlighting in the latest update... 🎉

@main def Main(args: String*): Unit =
println("─" * 100)

println("hello world")

println("─" * 100)