Skip to content

Instantly share code, notes, and snippets.

View kanaya's full-sized avatar
🏝️
Working from home

kanaya kanaya

🏝️
Working from home
View GitHub Profile
@kanaya
kanaya / test.cc
Last active September 18, 2015 10:18
Test
#include <iostream>
int main(int argc, const *char *const argv) {
std::cout << "Hello, world." << std::endl;
return 0;
}