Help me in solving START01 problem

My issue

showing output as no space left on the device

My code

package main
import "fmt"

func main(){
	// your code goes here
	var n int
	fmt.Scan(&n)
	fmt.Print(&n)
}

Problem Link: START01 Problem - CodeChef