Skip to content

pablocanosanroman/ProDevWeek10Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ProDevWeek10Demo

Breakfast

Today I had cereals and a glass of milk

My Linkedin Click Here

Image of Octocat

My favourite games

  1. Dark Souls III
  2. Dark Souls
  3. Sekiro
  4. Hollow Knight
  5. God of War 3

Pro Dev

  • Set up professional profiles in social media (Linkedin, Twitter, GitHub)
  • Create a website
  • Write a report about the employability on the games industry

GEC code

Here I will put a little bit of code that we had to do in GEC

#include <iostream>
using namespace std;

int main()
{
	int num1 = 12, num2 = 5, num3 = 7;
	bool a = true;
	if (a)
	{
		num1++;
		num2 += 5;
	}
	num3 *= 2;

	cout << "num1 = " << num1 << endl;
	cout << "num2 = " << num2 << endl;
	cout << "num3 = " << num3 << endl;

	return 0;
}

This is a demo of README file 👍. Hope you enjoyed it :shipit:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published