turabaev69 / My_Leetcode_stories

leetcode-solutions I have solved/ been solving ...
0 stars 0 forks source link

Issue with 15_3Sum.go #1

Closed beck79 closed 1 month ago

beck79 commented 1 month ago

Hello when I run https://github.com/turabaev69/My_Leetcode_stories/blob/main/Golang/15.%203Sum/15_3Sum.go on my vs code, I got the issue prog.go:5:1: expected 'package', found 'import'

could you please help me?

turabaev69 commented 1 month ago

just import main

package main that line above, paste it on the top of the file

turabaev69 commented 1 month ago

just import main

package main that line above, paste it on the top of the file