init
This commit is contained in:
commit
8f4f858d86
30 changed files with 9765 additions and 0 deletions
8
examples/imports.gt
Normal file
8
examples/imports.gt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package examples.imports
|
||||
|
||||
import go.strings
|
||||
import go.fmt
|
||||
|
||||
fun main() {
|
||||
fmt.Println(strings.ToUpper("gotlinn"))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue