-
Fundamentals
Code package main import ( "fmt" ) func main() { fmt.Println("Hello Golang") }
Output:
-
Code #include <iostream>#include <string>- package main
int helloCplusplus(){std::string str = "Hello, C++!";std::cout << str << '\n';return 0;- import (
- "fmt"
- )
- func main() {
- fmt.Println("Hello Golang")
- }
Test Cases // TODO: TDD development by writing your own tests as you solve the kataDescribe(Group_C_plus_plus){It(test_proper_exit){Assert::That(helloCplusplus(), Equals(0));}};
- All
- {{group.name}} ({{group.count}})
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}