diff --git a/examples/hello_world.v b/examples/hello_world.v index 9bec065d9c0614..fb964162bb9656 100644 --- a/examples/hello_world.v +++ b/examples/hello_world.v @@ -1,5 +1 @@ -// Copyright (c) 2019 Alexander Medvednikov. All rights reserved. -// Use of this source code is governed by an MIT license -// that can be found in the LICENSE file. - -println('Hello!') +println('Hello, World!')