Skip to content

Instantly share code, notes, and snippets.

View IgorVodka's full-sized avatar
🏠
Working from home

Igor Vodka IgorVodka

🏠
Working from home
View GitHub Profile
// lab6.cpp: определяет точку входа для консольного приложения.
//
#include "stdafx.h"
#include <math.h>
#include <iostream>
using namespace std;
int main()
// SuperMegaCoolSorting.cpp: определяет точку входа для консольного приложения.
//
#include "stdafx.h"
#include <iostream>
#include <cstdlib>
#include <time.h>
#include <iomanip>
using namespace std;
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Welcome extends CI_Controller {
/**
* Index Page for this controller.
*
* Maps to the following URL
* http://example.com/index.php/welcome
* - or -