Skip to content

Instantly share code, notes, and snippets.

View Barichnel's full-sized avatar
:octocat:
Building

Barichnel Sonna Barichnel

:octocat:
Building
View GitHub Profile
@harshadura
harshadura / gist:5704726
Created June 4, 2013 09:19
Simple billing program c++
/*
* @author: harshadura AT gmail DOT com :-)
* @license: CC
*/
#include<iostream>
using namespace std;
double getUnitprice(int itemCode);
int main(){
@Barichnel
Barichnel / issa.cpp
Created May 19, 2019 23:13
issa code
#include<iostream>
using namespace std;
int main(){
cout <<"issa code";
return 0;
}