0
9
llucycodes42
The import statement imports a package from the current directory. It is like telling the compiler that you want to use a particular library.
Shortcut: im
import "package"
0
9
llucycodes42
The import statement imports a package from the current directory. It is like telling the compiler that you want to use a particular library.
Shortcut: im
import "package"