mirror of
https://github.com/github/semantic.git
synced 2024-12-21 22:01:46 +03:00
6 lines
49 B
Go
6 lines
49 B
Go
|
package main
|
||
|
|
||
|
func taako() {
|
||
|
return 1 + 2 + 3
|
||
|
}
|