Skip to content

Commit

Permalink
Merge branch 'master' into branch1
Browse files Browse the repository at this point in the history
  • Loading branch information
agarwalrounak authored Oct 7, 2019
2 parents f71a7a3 + 8e6c8db commit 18f0a5d
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@
- [Cresencio Flores](https://github.com/CresencioF)
- [dark-shadow7](https://github.com/dark-shadow7)
- [Emmanuel Ezenwigbo](https://github.com/SkyC0der)
- [Erol Aliyev](https://github.com/erolaliyev)
- [Jatin Narula](https://github.com/jatin96)
- [João Vítor Morandi Lemos](https://github.com/joaovitorml)
- [Kevin Ward](https://github.com/Blueward12)
- [Lilian F](https://github.com/lilianferreira)
- [Loris Gabriele](https://github.com/Pyr0x1)
- [Luciano Santos](https://github.com/lucianosz7)
- [Megha Agarwal](https://github.com/meghaa105P)
- [Mehul Garg](https://github.com/gargmehul10)
- [Momozor](https://github.com/momozor)
- [Mykola Balabash](https://github.com/twilderan)
- [nilesh](https://github.com/nileshsahitya9)
- [Ramy Fetteha](https://github.com/NoirFLamme)
- [Randil Tennakoon](https://github.com/randiltennakoon)
- [Ricardo Borges](https://github.com/ricardo93borges)
Expand All @@ -31,4 +37,4 @@
- [Varun Vishal](https://github.com/varunvishal10)
- [viewless](https://github.com/viewless)
- [tonzsm](https://github.com/tonzsm)
- [nilesh](https://github.com/nileshsahitya9)
- [Vlad Zaporozhskyi](https://github.com/thezapovlad)
6 changes: 6 additions & 0 deletions code/C++/hello_worlds.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"hello world"<<endl;
}
6 changes: 6 additions & 0 deletions code/C/Hellu_World.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include<stdio.h>
void main()
{
printf("Hello World");
printf("Have fun while coding :)");
}
1 change: 1 addition & 0 deletions code/CommonLisp/hello-world.lisp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(format t "Hello, world!%")
7 changes: 7 additions & 0 deletions code/JavaScript/bye_world.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
let date = new Date();

if (date.getHours() > 12) {
console.log('Hello World');
} else {
console.log('Bye World');
}
1 change: 1 addition & 0 deletions code/Python/HELLO-WORLD.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("HELLO-WORLD!")
2 changes: 2 additions & 0 deletions code/Python/Helloworld_python.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Hello world by retro-node
print("Hello World")
3 changes: 3 additions & 0 deletions code/Typescript/Helloworld.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

var greeting: string = "Hello world";
console.log(greeting);
20 changes: 20 additions & 0 deletions profiles/Momozor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Momozor

### Bio
A lisper that programs for fun.

### Location
Home Sweet Home.

### Projects
- https://github.com/momozor/blue-beanie
- https://github.com/momozor/Saurna

### Hobbies & Interests
Music, cats, books.

### Profiles
[![GitHub][github-img]](https://github.com/momozor)

<!-- Don't edit the below 2 lines -->
[github-img]: https://i.imgur.com/9I6NRUm.png

0 comments on commit 18f0a5d

Please sign in to comment.