Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
163 changes: 89 additions & 74 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,157 +1,172 @@
console.log("Hello world");
console.log("Hello world");

print("Hello world ")
print("Hello world ")

print("werokamu")
print("werokamu")

<html>
<body>
Hello World
</body>
</html>

print("Hello world ")
print("Hello world ")

console.log("hello world");
console.log("hello world");

<p>Hello World</p>
<p>Hello World</p>

print("werokamu")
print("werokamu")

dbms.print_line("Pl");
dbms.print_line("Pl");

system.out.println(" Food");
system.out.println(" Food");

console.log("Hello world");
console.log("Hello world");

print("Hello world ")
print("Hello world ")

System.out.prinln("karibu")
System.out.prinln("karibu")

Isale : console.log("Hello world");
Isale : console.log("Hello world");

print("Hello world ")
print("Hello world ")

print("werokamu")
print("werokamu")

system.out.println(" hello world");
system.out.println(" hello world");

fmt.Println("Hello World")
fmt.Println("Hello World")

console.log("Hello world")
console.log("Hello world")

print("Hello world ")
print("Hello world ")

console.log("hello world");
console.log("hello world");

okero patrick: console.log("hello world");
okero patrick: console.log("hello world");

print("werokamu")
print("werokamu")

dbms.print_line("Pl");
dbms.print_line("Pl");

print("Hello world ")
print("Hello world ")

sydtem.out.println("Habari Dunia");
sydtem.out.println("Habari Dunia");

print("Hello world ")
print("Hello world ")

println('Hello World')
println('Hello World')

console.log("hello world");
console.log("hello world");

<p>Hello World</p>
<p>Hello World</p>

print("werokamu")
print("werokamu")

dbms.print_line("Pl");
dbms.print_line("Pl");

print("werokamu")
print("werokamu")

dbms.print_line("Pl");
dbms.print_line("Pl");

console.log("Hello world")
console.log("Hello world")

dbms.print_line("Pl");
dbms.print_line("Pl");

printf("hello DSC Kabarak")
printf("hello DSC Kabarak")

print("hello Kevin ")
print("hello Kevin ")

system.out.println("hello walter")
system.out.println("hello walter")

dbms.print_line("Pl");
dbms.print_line("Pl");

System.out.println("Hello world")
System.out.println("Hello world")

printf("Yes Bana, parte after parte");
printf("Yes Bana, parte after parte");

system.out.println(" Food");
system.out.println(" Food");

system.out.println(" hello world");
system.out.println(" hello world");

cout<<"yeeees bana";
cout<<"yeeees bana";

printf("hello world");
printf("hello world");

<p>its time to shine</p>
<p>its time to shine</p>

system.out.println(" hello world");
system.out.println(" hello world");

cout<<"yeeees bana";
cout<<"yeeees bana";

printf("hello world")
printf("hello world")

<p>its time to shine</p>
<p>its time to shine</p>

system.out.println(" hello world");
system.out.println(" hello world");

cout<<"yeeees bana";
cout<<"yeeees bana";

printf("hello world")
printf("hello world")

<P>its time to shine</p>
<P>its time to shine</p>

system.out.println(" hello world");
system.out.println(" hello world");

cout<<"yeeees bana";
cout<<"yeeees bana";

printf("hello world")
printf("hello world")

system.out.println(" hello world");
system.out.println(" hello world");

cout<<"yeeees bana";
cout<<"yeeees bana";

system.out.println(" hello world");
system.out.println(" hello world");

cout<<"Hello food"
cout<<"Hello food"

system.out.println(" hello world");
system.out.println(" hello world");

printf("Hello World\n")
printf("Hello World\n")

system.out.println(" hello world");
system.out.println(" hello world");

print("Eryco Homz")
print("Eryco Homz")

system.out.println(" hello world");
system.out.println(" hello world");

cout<<"Hello World"
cout<<"Hello World"

console.log("Hello world!");
console.log("Hello world!");

cout<<"Hello World"
cout<<"Hello World"

print("Hello World")
print("Hello World")

echo "Hello World"
echo "Hello World"

console.log("Hey here i come world!");
console.log("Hey here i come world!");

cout<<"hello"<<endl;
cout<<"hello"<<endl;

// In BASIC Hello World program can be written as:

10 PRINT "Hello, World!"
20 END
print("Hello World")
print("Hello World")

#### Hello World! in python

##### Yes It's a programming language and i like it so much

def FuncName(name):

"""This function takes in name parameter and
print them out from the calling function""" # docstring

print(f"Hello {name}")

FuncName("World!") # calling the function

FuncName("Douglas") # calling the function
12 changes: 12 additions & 0 deletions funct.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# Hello World! in python
# Yes It's a programming language and i like it so much

def FuncName(name):

"""This function takes in name parameter and
print them out from the calling function""" # docstring
print(f"Hello {name}")

FuncName("World!") # calling the function
FuncName("Douglas") # calling the function