It's not a tutorial without your standard Hello World lesson.
The first example is a query and will show in the Results Panel. The second uses system I/O so it will show up in Messages.
Hello World
USE AdventureWorks2016
SELECT 'Hello World!'
PRINT 'Hello World!'
Copyright © 2020, Mass Street Analytics, LLC. All Rights Reserved.