This commit is contained in:
Chris Smowton 2024-09-21 22:11:13 +01:00
Родитель bb44a2fc8c
Коммит e528a08794
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,5 +12,5 @@ func test() {
} }
func PublicFunction() int { func PublicFunction() int {
return 1 return 1
} }