Remove random backtick

This commit is contained in:
Mark McGranaghan 2014-05-11 14:29:49 -07:00
parent b27c55ecd7
commit 62783ebabb

View File

@ -1,4 +1,4 @@
// Our first program will print the classic "hello world"`
// Our first program will print the classic "hello world"
// message. Here's the full source code.
package main