Skip to content

Siri94/init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

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;
}

Releases

No releases published

Packages

No packages published