Last active
August 4, 2019 16:28
-
-
Save burubur/f48816572682e45c91e2baba4d04ff87 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
func main() { | |
println("string yang super simpel ini akan diprint/dicetak pada terminal kita") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment