You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01-hello/01-hello.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
Before using this code, you must install go onto your system. Go to https://go.dev/dl/ and download the version appropriate for your device (i.e. the '.msi' file) and go through the installation process.
2
+
Before using this code, you must install Go onto your system. Go to https://go.dev/dl/ and download the version appropriate for your device (i.e. the '.msi' file) and go through the installation process.
3
3
*/
4
4
/*
5
5
To verify if this has been downloaded, open the CMD prompt or PowerShell and type: go version. If a version is returned in the terminal, it is installed on your system.
0 commit comments