Created
August 31, 2022 06:16
-
-
Save percybolmer/c8e8b0cbf49613912687ac236211cd77 to your computer and use it in GitHub Desktop.
Small program to run inside a docker scratch image
This file contains hidden or 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 | |
import "log" | |
func main() { | |
log.Println("Hello from Scratch") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment