GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
4
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
jryland
/
Import
Transfer to URL with SHA
Find file
Newer
Older
branch:
MacBookPro
Branches
Tags
×
DELL-PC
MacBookPro
NUC
master
Import
/
research
/
signals-slots
/
src
/
hello
/ hello.cpp
John
on 29 Dec 2020
79 bytes
bulk import from macbookpro checkouts
Raw
Blame
History
#include <stdio.h> int main() { printf("hello world\n"); return 0; }