Linux 120.141.167.72.host.secureserver.net 4.18.0-553.150.1.el8_10.x86_64 #1 SMP Fri Jul 31 15:23:31 EDT 2026 x86_64
Apache
: 72.167.141.120 | : 216.73.217.14
808 Domain
7.4.33
bestseocompany
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
go /
test /
ddd2.dir /
[ HOME SHELL ]
Name
Size
Permission
Action
ddd2.go
316
B
-rw-r--r--
ddd3.go
583
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ddd3.go
// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Test that variadic functions work across package boundaries. package main import "./ddd2" func main() { if x := ddd.Sum(1, 2, 3); x != 6 { println("ddd.Sum 6", x) panic("fail") } if x := ddd.Sum(); x != 0 { println("ddd.Sum 0", x) panic("fail") } if x := ddd.Sum(10); x != 10 { println("ddd.Sum 10", x) panic("fail") } if x := ddd.Sum(1, 8); x != 9 { println("ddd.Sum 9", x) panic("fail") } }
Close