working through exercise 1

cat-town
Dan Buch 13 years ago
commit be57a974c9

1
.gitignore vendored

@ -0,0 +1 @@
ex1

@ -0,0 +1,6 @@
int main()
{
puts("Hello world.");
return 0;
}
Loading…
Cancel
Save