Siri94 / init

init

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Init to new form

Information

def hello_world
	puts 'Hello World!'
end
#include <iostream>
void foo() {
	std::cout << "foo()" << std::endl;
}

int main(void) {
	foo();
	return 0;
}

About

init